@charset "UTF-8";
/* CSS Document */

html{
	overflow:hidden;
}

/*Layout Divs*/
body{
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
}

#content{
	position:absolute;
	width:1680px;	
	height:1050px;
	top:50%;
	left:50%;
	margin-top:-525px;
	margin-left:-840px;
}
