* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.wrapper {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#border {
	background-color: #fff;
	min-height: 776px;
	float: right;
	width: 650px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ------------------------ Start Header -----------------*/
.header {
	text-align: center;
	margin: 6px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;
}

