body {
font-family: verdana, helvetica, arial, sans-serif;
background-color: #000;
color: #363;
margin: 0px;
padding: 10;
background-image: url('../images/black.gif');
background-repeat: no-repeat;
background-position:   50% 0%;
}

a {
color: rgb(255, 204, 51);
}

a:hover {
color: rgb(255, 204, 51);
}


/* ##### HEADER ##### */
#header {
background-image: url('../images/text_white.gif');
background-repeat: no-repeat;
background-position:   center 50%;
position: absolute;
left: 3px;
top: 3px;
width: 450px;
height: 50px
   
}

/* ##### EXTERNAL_LINKS ##### */
#external_links {
position: absolute;
right: 2%;
top: 4%;
font-size: 10px;
color: #966;
width: 280px;
}

/* ##### INFOBOX ##### */
#infobox {
position: absolute;
right: 10%;
bottom: 10%;
padding: 5px;
border-style: solid;
border-top: 1px dashed;
border-bottom: 1px dashed;
border-left: 1px dashed;
border-right: 1px dashed;
border-color: #696;
font-size: 10px;
width: 120px;
color: #333;
}

/* ##### HORIZON: STARTING POINT FOR VERTICAL CENTERING ##### */
#horizon {
background-color: #fff;
position: absolute;
top: 50%;
width: 100%;
clear: both;
}

/* ##### NAVIGATION BAR ##### */
#navbar {
position: absolute;
top: -15px;
width: 100%;
height: 30px;
background-image: url('../images/navbar_bg.gif');
background-repeat: repeat-y;
text-align: center;
color: #fff;
line-height: 200%;
font-size: 17Spx;
font-weight: bold;
text-decoration: none;
border-top: 2px solid black;
border-bottom:2px solid black; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

#navbar a {
color: #fff;
text-decoration: none;
}

#navbar a:hover {
color: rgb(255, 204, 51);
}

/* ##### FOOTER ##### */
#footer, #footer a {
font-size: 80%;
color:#999;
font-family: Verdana, Geneva, Arial, sans-serif;
text-align: center;
font-size: 9px;
position: absolute;
bottom: 20px;
left: 0px;
width: 100%;
height: 20px;
}