body {background-color:black;color: #00FF00; font-family:arial; font-weight:bold;background-image: url(starfield.jpg);}

#header {border-bottom: 1px solid gray;color: #00FF00; text-align:center; font-size:200%;}
#header a {color: green; text-decoration:none;}
#header a:hover {color: red; text-decoration: underline;}


/*  Clear fix hack!  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
