
html, body
{
	height: 100%;
	margin: 0;
	background:#2d2d2d;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}


#content      
{
	width:600px;
	height:200px;
	margin-top: -100px; /* half of height */
	margin-left: -300px; /* half of width */
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;

}




body {

margin:0;
padding:0;
}
