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

body {
	background-image 	: url('../img/bg.jpg');
	background-repeat	: no-repeat;
	overflow-x			: hidden;
}

#container	{
	width				: 1280px;
	height				: 900px;
	position			: absolute;
	margin-left			: -640px;
	margin-top			: -480px;
	left				: 50%;
	top					: 50%;
}