
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #191A1E;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#align {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -235px;
	float: left;
}

#container {
	margin: 0 auto;
	width: 610px;
	height: 470px;
	clear: both;
	padding: 0px;
	position: relative;
	top: -235px;
	position: static;
}
#content {
	width: 610px;
	height: 470px;
}

