/* ///////////////////////////////////////////////////////////////////////
 * 								GLOBALS 
 * /////////////////////////////////////////////////////////////////////*/

div, p, ul, h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}

ul{list-style:none;}
img{border:none;}
:focus {
	outline: 0;
}
.clear{clear:both;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/bg.jpg) repeat-x;
	margin:0;
	padding:0;
}


/* ///////////////////////////////////////////////////////////////////////
 * 								Structure 
 * /////////////////////////////////////////////////////////////////////*/

 
#container{
 	position:relative;
 	width:916px;
	height:676px;
	background:url(../img/structure.png) no-repeat;
	margin:40px auto;
 }

#vidContainer{
 	position:relative;
 	width:916px;
	height:676px;
	background:url(../img/vidstructure.png) no-repeat;
	margin:40px auto;
 }
 
#header{
	width:916px;
	float:left;
	margin:38px 0 0 29px;
}

#showreel{
	float:right;
	margin:48px 15px 0 0;
}

#news{
	float:left;
	margin:35px 0 0 25px;
}

#vid{
	float:left;
	margin:80px 0 0 200px;
}
