/* CSS Document */
body{
color:#999;
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

a:link{ 
color:#9999CC;
}

a:visited{
color:#9999CC;
}

a:hover{
color:#333333;
background:#999999
}

h1{
font-size:24px
}

h2{
margin:30px 0 30px 0;
font-size:18px
}

hr{
border:0;
color:#222;
background-color:#222;
margin:30px auto 30px 0;
text-align:left;
width:400px;
height:1px
}

.content{
width:600px;
padding:19px;
background-color:#111;
border: 1px solid #222;
\-khtml-border-radius:10px;
\-moz-border-radius:10px;
border-radius:10px;
text-align:left;
margin:19px
}

.text{
background-color:#222;
border: 1px solid #333;
padding: 19px;
\-khtml-border-radius:10px;
\-moz-border-radius:10px;
border-radius:10px;
width:300px;
margin-bottom:19px
}

.textright{
float:right;
background-color:#222;
border: 1px solid #333;
padding: 19px;
\-khtml-border-radius:10px;
\-moz-border-radius:10px;
border-radius:10px;
width:200px;
max-width:250px;
margin-bottom:19px
}

.earthboundvid{
position:absolute;
bottom:-396px;
right:20px;
width:425px;
background-color:#222;
padding:15px;
\-khtml-border-radius:8px;
\-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #333
}

