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

body {
	background-color	: #000000;
	overflow-x			: hidden;
	background			: #1c1c1a url('../css/bg.jpg') no-repeat fixed right bottom;
	}

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