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

body {
	background-image: url(../images/page-backgrounds/indexbg.jpg);
	background-repeat: repeat;
	margin: 0;
}

#background {
	width: 1600px;
	height: 499px;
	background-image:url(../images/page-backgrounds/indexburst.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	right: 265px;
}

#content-wrapper {
	position: relative;
	top: 0px;
	right: -265px;
}
	
#content {
	width: 1070px;
	height: 848px;
	background-image:url(../images/homepage-assets/homepage-playerframe.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#homepage-maincopy {
	float: left;
	width: 480px;
	margin: 410px 0 20px 240px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #5B5750;
}

#homepage-boxes {
	float: left;
	width: 500px;
	margin: -130px 0 0 240px;
}
#homepage-news {
	width: 200px;
	float: left;
	margin: 470px 0 0 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #5B5750;
}
.footer-over {
	background-image:url(../images/footer-assets/footerbg_over.png);
}
.footer-up {
	background-image:url(../images/footer-assets/footerbg.png);
}
		
#footer {
	clear: both;
	width: 817px;
	height: 186px;
	margin: 0 0 0 158px;
	background-image:url(../images/footer-assets/footerbg.png);
	background-repeat: no-repeat;
	position: relative;
	top: -92px;
	z-index: 1;
}

#footer-left {
	float: left;
	width: 647px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C2A474;
	text-align: right;
	margin: 112px 0 0 0;
}

#footer-links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C2A474;
	margin: 10px 10px 10px 0;
}

#footer-address {
	font-size: 11px;
	margin: 0 10px 0 0;
}

#footer-copyright {
	font-size: 10px;
	margin: 0 10px 0 0;
}

#footer-links a, #footer-links a:link, #footer-links a:visited, #footer-links a:active {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C2A474;
}

#footer-links a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #FBDE99;
}

#footer-right {
	width: 160px;
	float: left;
}
#footer-right-text {
	position: relative;
	top: 100px;
	right: -10px;
}

