
body{    background: #202020  url(MainLogo.jpg) no-repeat top center;             
         color: #FFFF33;
         font-family: sans serif;
         font-style: bold;
         margin-top:25%;
         margin-left: 15%; 
         margin-right: 20%; 
         text-align: center right;
}

h1{      color: #33FFCC;
}
    
#footer{ color: #FF0000;
         background: #787878; 
         font-size: .8em;
         text-align: center;
         text-style: itallics;
}

#border{ border-color: #FF9933;
         border-width: 3px;
         border-style: solid;
} 