@charset "UTF-8";
body {
	background-color: #333333;
	margin: 0px;
	background-image: url(images/site-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 640px;
	margin-top: -320px;
	margin-left: -400px;
}
