@charset "utf-8";
body {
	background-color: #040404;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

img { border: none; }

a img { border: none; }

#outta {	
    background-image: url(images/banner_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#center_shadow {
	position: relative;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#center_container {
	position: relative;
	width: 870px;
	margin-left: auto;	
	margin-right: auto;
}

#top {
	position: relative;
	width: 870px;
	height: 80px;
	background-image: url(images/banner.png);
	background-position: right;
	background-repeat: no-repeat;
	/*background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center; */
}

#top_nav {
	background-image: url(images/navigationBack.jpg);
	background-repeat: repeat-x;
	width: 870px;
	position: absolute;
	height: 25px;
	left: 0px;
	top: 80px;
	z-index: 20;
}

#top_nav ul {
	list-style-type: none;
	margin: 0;
	line-height: 170%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 180px;
}	
#logo {
	position: absolute;
	z-index: 33;
	height: 123px;
	width: 136px;
	left: 26px;
	top: -2px;
}


#top_nav li {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 15px;
	font-size: 90%;
}

#top_nav li a {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}	

#top_nav li a:hover {
	color: white;
	font-weight: bold;
}
#middle {
	position: relative;
	width: 870px;
	height: 620px;
	background-color: #000;
	padding-top: 35px;
}
#bottom {
	width: 870px;
	position: relative;
	color: #999;
	font-size: 90%;
}

#bottom a {
	color: #E74D4B;
}

