body {
	margin: 0px;
	padding: 0px;
	background-color:#000015;
}

iframe {
	background-color: #000015;
}

#wrapper {
    width: 962px;
	margin:auto;
	padding:200px 0 0 0;
	}

.wide-container {
      max-width: 962px;
      height:541px;
      margin: 0 auto;
	}

#header ul,	
#header li{
	display: inline-block;
	list-style:none;
	margin:0;
	padding:0;
	vertical-align:top;
	}

#header div:last-child a{
	display:block;
	background:#000;
	text-decoration:none;
	font-size:20px;
	line-height:20px;
	padding:4px 10px 4px 10px;
	}
	
#header,
#header div:last-child,
#header div:last-child ul li:first-child,
#header div:last-child ul li:last-child {
	position:absolute;
}

#header {
	width:975px;
	top:0;
}

#header div:first-child{
	z-index:110;
	position:relative;
	margin-left:-8px;
/*	padding:5px 15px 5px 15px;
	background:rgba(0, 0, 0, 0.7)*/
}

#header div:last-child {
	width:962px;
/*	background:rgba(0, 0, 0, 0.5);
	opacity:0.6;*/
	z-index:110;
	position: absolute;
	top:749px;
	}

#header div:last-child ul li:first-child{
	bottom:0px;
	left:0px;
}

#header div:last-child ul li:last-child{
	position:absolute;
	bottom:0px;
	right:0px;
}

div.intro-dates {
	display:none;
	}

