@charset "UTF-8";
/* CSS Document */

html{
	overflow:hidden;
}

/*Layout Divs*/
body{
	margin:0px;
	padding:0px;
}

#content{
	position:absolute;
	width:1790px;
	height:1160px;
	top:50%;
	left:50%;
	margin-left:-895px;
	margin-top:-580px;
}
