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

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000;
	text-align:center;
	
}

div#wrapper {
	text-align:left;
	width:981px;  
	height:587px;  
	position:absolute;  
	left:50%;  
	margin-left:-490px;  
	top:50%;  
	margin-top:-293px;  

}

div#left {
	position:absolute;
	margin:0 0 0 -134px;
}

div#right {
	position:absolute;
	margin:0 0 0 981px;

}


div#header {
	width:981px;
	height:102px;
	background:url(/i/header.jpg);
}

div#header div#player {
	position:absolute;
	margin:95px 0 0 76px;
	border:0px solid #fff;
	z-index:5;
}

div#main {
	width:981px;
	height:453px;
	background:url(/i/content_ground.jpg);
}

div#content {
	margin:0 0 0 76px;
}

div#content h3 {
	margin:0;
	padding:0;
	color:#3399CC;
	font-size:14px;
}

div#content a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}


div#bottom {
	width:981px;
	height:32px;
	background:url(/i/bottom_ground.jpg);
	background-position:0 center;
	background-repeat:no-repeat;
}

div#bottom div#language {
	position:absolute;
	margin:-20px 0 0 -20px;
}



div#copy {
	padding:8px;
	background:none;
	color:#ccc;
	text-align:center;
	font-size:10px;
}

div#copy a {
	text-decoration:none;
	color:#ccc;
	font-weight:bold;
}


