@charset "utf-8";
/* CSS Document */

body, html{
	height:100%;
	margin:0;
	padding:0;
	font-size:80%/20%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f0f0f0;
	}
	
.wrap{
	background:url(../images/bg.jpg) no-repeat center;
	height:1116px;
	width:100%;
	}
	
.content{
	width:986px;
	margin:auto;
	position:relative;
	}
	
.player{
	width:640px;
	height:390px;
	position:absolute;
	background-color:#000;
	top:412px;
	left:171px;
	}
	
.banner{
	width:300px;
	height:250px;
	position:absolute;
	top:132px;
	left:680px;
	}