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

body, html{
	height:100%;
	margin:0;
	padding:0;
	font-size:80%/20%;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	}
	
.wrap{
	background:url(../images/youtube.jpg) no-repeat center;
	height:1080px;
	width:100%;
	}
	
.content{
	width:986px;
	margin:auto;
	position:relative;
	}
	
.player{
	width:640px;
	height:390px;
	position:absolute;
	background-color:#000;
	top:132px;
	}
	
.banner{
	width:300px;
	height:250px;
	position:absolute;
	top:132px;
	left:680px;
	}