
body 
{
	background-color: #0055ff;
	margin: 0px;
	overflow: hidden;


    -webkit-font-smoothing: antialiased;
	color:#aaa;
	font-size: 14px;

	font-family: 'BenchNine', sans-serif;

	display: block;
	
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.centerDiv
{
	width:600px;
	height:600px;
	border-radius: 5px;
	position:absolute;
	margin-top:-300px;
	margin-left:-300px;
	top:50%;
	left:50%;
}

