@charset "utf-8";

html,
body {
   	margin:0;
   	padding:0;
   	height:100%;
	background-color: #000000;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center 110px;
}
#feature
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
a:link {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
a:visited {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
  
a:hover {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
 
a:active {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
 
#container {
   	min-height:100%;
   	position:relative;
}
#header {
	padding: 10px;
	height: 110px;
	background-color: #0a0a0a;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#body {
	padding: 0px;
	padding-bottom: 110px;   /* Height of the footer */
}
#vidframe {
	height: 480px;
	width: 853px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 33px;
	background-image: url(images/vidframebg.png);
}


#footer {
	width: 100%;
	height: 110px;
	background-color: #0a0a0a;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin: auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttons {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}



#container {
   	height:100%;
}
