body{
 background:#ffffff;
 color:#5f5f5f;
 }
#container {
	position: relative;
	width: 800px;
	top: 10px;
	left: 50%;
	margin-left: -400px;
	height: auto;
}
