HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 100%;
	text-align: center;
}

#container {
	position: absolute;
	top: 0px;
	width: 800px;
	left: 50%;
	height: 400px;
	margin-left: -400px;
	visibility: visible;
}
#center{
	position: absolute;
	width: 400px;
	top: 100px;
	left: 100px;
	text-align: left;
}
