@charset "utf-8";
*:focus {
	outline:none;
	outline-style:none;
	outline-width:0pt;
	outline-color:invert;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#page_container {
	height: 699px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	padding-top: 0px;
	padding-bottom: 0px;
}
#audio {
	float: left;
	width: 955px;
	height: 24px;
	text-align: right;
}
#header {
	float: left;
	height: 178px;
	width: 980px;
	background-image: url(../temp-images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content_area {
	float: left;
	height: 481px;
	width: 912px;
	background-image: url(../temp-images/content_area.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 34px;
	padding-left: 34px;
}

#footer {
	float: left;
	height: 25px;
	width: 960px;
	background-image: url(../temp-images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	color: #000;
}
#footer a:link, #footer a:visited {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

