/*Start Tutorial CSS - Ignore*/

body {

}

img {
	border:none;
}

#wrapper {
	position:absolute;
	width:780;	
	height:400px;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-390px;
	text-align:center;
}

#header {
	display:block;
	position:relative;
	width:776px;
	height:213px;
	background:url(../images/header.png) no-repeat;
}

#videoswrap {
	position:relative;
	height:150px;
}

#footer {
	position:relative;
	width:776px;
	height:80px;
	padding-top:30px;
	background:url(../images/footer.png) no-repeat;
}

#links, #videos {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0;
}

#links li {
	float:left;
	margin-left:70px;
}

#videos li {
	float:left;
	margin-left:68px;
	margin-top:4px;
}

#fancy_div {
	background:url(../images/video_bg.png) no-repeat;
}


.video	{
background:#eee;
/*border:1px solid #000;*/
height:180px;
width:300px;
float:left;
padding:35px 10px 0 0;
margin:10px;
}





