@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	background-color: #101115;
}
.maincontainer {
	width: 907px;
	margin: 0px auto;
}
.topleft {
	float: left;
	margin-top: 45px;
}
#aoatv {
	width: 871px;
	height: 424px;
	float: left;
	margin-top: -20px;
	margin-left: 10px;
}
.space {
	float:left;
	width: 907px;
	height: 30px;
}
.topright {
	float: right;
	margin-top: 20px;
}
.header {
	width:907px;
}
.playercontainer {
	float:left;
	width: 907px;
	height: 440px;
}
#tv {
	background-image: url(images/tv.png);
	background-repeat: no-repeat;
	width: 907px;
	height: 400px;
	padding-top: 10px;
}
#fbshare {
	height: 25px;
	float: left;
	z-index: 999;
	margin-left: 15px;
	margin-top: -27px;
	width: 100px;
}
.nav {
	float:left;
	width: 907px;
	height: 150px;
}
.bottom1 {
	width: 907px;
	float: left;
}
#button1 {
	float: left;
	padding-top: 42px;
	padding-left: 30px;
	height: 45px;
	padding-right: 30px;
}
#button2 {
	float: left;
	padding-top: 42px;
	padding-left: 35px;
	height: 45px;
	padding-right: 35px;
}
#button3 {
	float: left;
	padding-top: 42px;
	padding-right: 40px;
	padding-left: 40px;
	height: 45px;
}
#button4 {
	float: left;
	padding-top: 42px;
	padding-right: 40px;
	padding-left: 40px;
	height: 45px;
}
#button5 {
	float: left;
	height: 45px;
	padding-top: 42px;
	padding-left: 55px;
	padding-right: 55px;
}
#navbar {
	width: 907px;
	float: left;
	height: 150px;
}
#navigation {
	height: 90px;
	margin-top: 38px;
}
.footer {
	float: left;
	width: 907px;
}
#footertext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#separator {
	float: left;
	margin-top: 4px;
}
#fbpage {
	height: 25px;
	z-index: 1000;
	float: right;
}
a:link {
	color: #FFF; 
	text-decoration: underline; 
}
a:active {
color: #FFF;  
text-decoration: underline; 
}
a:visited {
color: #FFF;  
text-decoration: underline; 
}
a:hover {
color: #0CF;
text-decoration: none; 
}
