@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-color:#000;
}

#background {
	position:fixed;
	background-color:#fff;
	width:1598px;
	height:1200px;
	margin-left:50%;
	left:-799px;
	background-image:url(../images/bg.jpg)
}

#pagewrap {
	position:fixed;
	top:60px;
	width:800px;
	margin-left:50%;
	left:-400px;
}