#bar {
z-index:999;
width:100%;
background-image:url(blackbar.gif);
background-repeat:repeat-x;
height:38px;
color:white;
position:absolute;
top:0px;
}

#logolink #logo {
text-decoration: none;
border-style: none
}


#form {
width:100%;
height:36px;
position:absolute;
top:15px;
}

#submitbutton {
margin-bottom:-5px;
}

#bodytext {
width:500px;
#height:90%;
position:absolute;
top:100px;
left:50%;
margin-left:-250px;
}

body {
color:white;
background-color:black;
padding:0px;
}
#sitestart {
position:absolute;
top:36px;
width:100%;
height:95%;
overflow:scroll;
}
html {
padding:0px;
}

#footer {
font-size:60%;
position:absolute;
top:95%;
width:100%;
text-align:center;
color:#888;
}
