/*Start Tutorial CSS - Ignore*/



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:125px;
}

#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: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 63px;

	
}

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

#videos li {
	float:left;
	margin-right: 4px;
	background-color: #5B0000;
}

#videos li p{
	line-height: 1.4em;
	text-indent: 12px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	color:#FFFF00;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 3px;
}

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

/*End Tutorial CSS - Ignore*/

