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

body {
	background-color: #333333;}
	
img {
	border: none;}

#container {
margin: 100px auto;
	width: 1024px;
	height: 400px;
	}
	
#header {
	background-image: url(../images/intro.png);
	background-repeat: no-repeat;
	width: 1024px;
	height: 155px;}
	
#navlinks {	margin: 20px auto;
		border-top: 2px solid #999;
		border-bottom: 2px solid #999;
		padding: 0.8em 3em;
		background: #333;
		width: 500px;
		color: #FFF;}
		
ol {
	text-align: center;
	margin: auto;
	}
	
#navlinks li {	display: inline;
		text-align: center;
		margin-right: 1em;
		padding-right: 0.75em;
		border-right: 1px solid #333333;
		font-weight: bold;}

#navlinks li.last {border-right: 0;}

#navlinks a {color: #fff;}

#poster {
	width:595px;
	margin:0 auto;}

#banners {
margin: 120px auto;
	width: 940px;
	height: 60px;}
	
#banners a {
	text-decoration: none;
	margin: 1em auto;
	text-align: center;}