@charset "utf-8";
/* CSS Document */

#container{
	text-align:center;
	width:100%;
}

body {
	background-color:#eee;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#wrapper {
	position:absolute;
	top: 50%;
	left: 50%;
	width:600px;
	height:480px;
	margin-top: -240px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
	text-align: center;
}
