/* [/web/css/index.css] */

body
{
	background: #000;
}

#Main
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	font-size: 100%;
	line-height: 100%;
	min-height: 1000px;
	_height: 1000px;
	width: 100%;
	background: #000 url(../img/fullbg.jpg) no-repeat -600px -630px;
	
	text-align: center;
}

#MainContainer
{
	text-align: left;
	margin: auto auto;
	vertical-align: middle;
	position: relative;
	width: 1000px;
}

#frame
{
}

#Player
{
	position: absolute;
	top: 680px;
	left: 890px;
	width: 80px;
	height: 18px;
}