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

html, body
{
	height: 100%;
}

body
{
	font: normal 13px/normal tahoma, arial, sans-serif;
	color: #646363;
	background: #3071a7 url(img/bg.jpg) bottom left repeat-x;
	padding: 0;
	margin: 0;
}

#main
{
	width: 100%;
	height: 100%;
	background: transparent no-repeat center center;
	position: relative;
}

#main-inner
{
	width: 820px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -410px;
}