body{
	padding:0;
	margin:0;
	text-align: center;
	min-width: 600px;
	background-color:#f3f4ee;
	font: 0.7em Verdana,Arial;

}

#mainwrapper{

	margin:0 auto;
	width:946px;
	text-align: left;
	height:610px;
	background: url('img/bg.jpg') no-repeat;
	border-top:1px solid #f3f4ee;
}


#content{
	width:1000px;
	height:500px;

}
#video{
	position:relative;
	margin: 0 0 0 10px; 
	width:507px;
	height:285px;
	left:0px;
	top:-135px;
	border:0px solid grey;
	
}

#copy{
	width:250px;
	position:relative;
	top:215px;
	left:720px;
}
#details{
	width:380px;
	position:relative;
	top:80px;
	left:0px;
}

#watch{
	position:relative;
	top:-150px;
	left:720px;
	width:165px;
}

a{
	color:#700;
}

a:hover{text-decoration:none;}


img{border:0;}

#footer{
	width:1000px;

}

.intro{font-weight:bold;font-size:1.1em;}

.red{
	/*border:1px solid red!important;*/
}

