body {
	margin: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: ##585F67;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
#container {
	width: 720px;
	top: 4%;
	text-align: center;
	position: relative;
	margin: auto;
}
#content {
	background-color: #c6cdc6;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	height: 380px;
	width: 720px;
	text-align: center;
	padding: 0px 35px 0px 35px;
}
#topc {
	background-color: #FFFFFF;
	background-image: url(images/toplogo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-top: solid #666666 1px;
	border-right: solid #666666 1px;
	border-left: solid #666666 1px;
	height: 60px;
	width: 720px;
}
#bottomc {
	background-color: #FFFFFF;
	border-bottom: solid #333333 1px;
	border-right: solid #333333 1px;
	border-left: solid #333333 1px;
	font-size: 12px;
	color: #666666;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	line-height: 14px;
	height: 60px;
	width: 720px;
}
