body {
	font-family: Helvetica, Arial, Sans-Serif;
	background: #2b2b2b url(images/SplashPageDoEBASE-FINAL.jpg) no-repeat center center;
	-webkit-background-size: cover; /* For WebKit*/
	-moz-background-size: cover;    /* Mozilla*/
	-o-background-size: cover;      /* Opera*/
	background-size: cover;         /* Generic*/
	z-index: -99999;
	overflow-y:auto;
}

#Nav
{
	font-size: 17px;
	font-family: Arial;
	height: 30px;
	border-bottom: solid 1px #454545;
}

#Nav a 
{
	color: #c69e46;
	text-decoration: none;
}

#Nav a:hover
{
	color: #fff5a3;
	text-decoration: none;
}

#rotating-item-wrapper
{
    position: relative;
    width: 980px;
    height: 347px;

}

.rotating-item
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;

}

#video 
{
	width:712px;
	margin:0 auto;
	background-image:url("images/DoEVideoFrame.png");
	background-repeat:no-repeat;
	background-position:bottom;
	height:790px;
	padding:0px;
	z-index:-1
}

.logo
{
	position: relative;
	top: -70px;
	left: 0px;
	z-index:2;
}

.quote
{
	position: relative;	
	left:0px;
	z-index:2;
}

.movie
{
	position: relative;
	top:-50px;
	left:35px;
	z-index:2;
}

.button
{
	position: relative;
	top:-5px;
	left:35px;
	z-index:2;
}
		 

#container
{
	width:712px;
	margin:auto;
}