html {
     height:100%
}
body {
background-image: url(library/media/images/w_earth.png);

background-position: top center;
background-repeat: no-repeat;
 background-color: #000000;
    height:100%;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
background:none;
width:960px;
margin-right: auto;
margin-left: auto;
     position:relative;
     min-height:100%;
     
     _height:100%; /* for IE6 as it doesnt understand min-height */
}
/*
#content {
     padding-bottom:70px; 
}
*/

#footer {
background-image: url(library/media/images/footer.png);
background-repeat: no-repeat;
     position: relative;
     width:891px;
     height:70px;
     margin-left: auto;
     margin-right: auto;
     margin-top:-70px;
     /* move the footer up negatively exactly the same height
         as the footer so that its back in the view and always
         appears to rest at the bottom
         of the page */
}

#mainQuote{
font-size:12px;
margin-left:auto;
margin-right:auto;
padding:35px 10px 15px 10px;
margin-bottom: 40px;
background-color: #000000;
width: 960px;
text-align: justify;
}
#firstQuote h1{
font-family:Futura,Helvetica,Arial,sans-serif;
width: 820px;
font-size: 16px;
margin-left:auto;
margin-right:auto;
text-align: center;
padding:90px 70px 10px 70px;
}
#secondQuote{
padding-left:290px;
position:absolute;
top:490px;
width:490px;


font-size: 14px;
}


#enterBtn{
color:#FFFFFF;
font-family:Futura,Helvetica,Arial,sans-serif;
font-size: 20px;
text-align: center;
margin-top:30px;
width:960px;
position: absolute;
}

#enterBtn a:link,
#enterBtn a:visited{
color:#FFFFFF;
text-decoration: none;
}

#headerimg{
height:0px;
}

#logo{
text-align: center;

}