html, body
{
background: #000e3b;
margin:0px;
height:100%; 
}

/*wrapper to make page centered, as well as some other stuff*/
#wrapper{
background:#011044;
width:800px;
min-height:100%;
position:relative;
left:50%;
margin-left:-400px;
margin-top:0px;
}

#head
{
background:#000823;
padding:0px;
border-bottom:1px solid #b8d0e8;
}

/*this is where the content goes*/
#content
{
 padding:20px;
padding-bottom:20px; 
font:0.9em  Futura, Verdana, Helvetifafbb9ca, Century Gothic, sans-serif;
color: #b8d0e8;
}

#video
{
height:800px;
}


#content h1
{
font:1.2em  Futura, Verdana, Helvetifafbb9ca, Century Gothic, sans-serif;
}

#content a
{
font:0.9em  Futura, Verdana, Helvetica, Century Gothic, sans-serif;
color: #b8d0e8;
font-weight:bold;
text-decoration:none;
}
#content a.hover
{
font:0.9em  Futura, Verdana, Helvetica, Century Gothic, sans-serif;
color: #b8d0e8;
font-weight:bold;
text-decoration:underline;
}

#content .picture
{
width:200px;
float:left;
}

#content .text
{
float:left;
width:400px;
margin-left:30px;
}

/*this is where the foot goes */
#foot
{
background: #b8d0e8;
   position:absolute;
   bottom:0;
   height:20px;
width:100%;
}

#foot1
{margin-left:30px;
}

#head a
{
font:2em  Futura, Verdana, Helvetifa, Century Gothic, sans-serif;
color: #fafbb9;
text-decoration:none;
}

#foot a
{
font:0.8em  Futura, Verdana, Helvetifafbb9ca, Century Gothic, sans-serif;
color: #011044;
text-decoration:none;
}


