body {
background-image: url(rots_bg.jpg);
background-color: #000;
background-repeat: repeat-y;
scrollbar-face-color: #000;
scrollbar-highlight-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-darkshadow-color: #000;
scrollbar-shadow-color: #000;
scrollbar-arrow-color: #AC3B33;
scrollbar-track-color: #000;
color: #AC3B33;
font-family: trebuchet ms;
cursor: default;
font-size: 11px;
text-align: justify;
margin: 0px;
}

a { 
background-color: #000;
color: #D85E46;
text-decoration: none;
cursor: default;
}

a:hover {
background-color: #000;
color: #902B2F;
text-decoration: none;
cursor: default;
}

a:active {
background-color: #000;
color: #D85E46;
text-decoration: none;
cursor: default;
}

a:visited {
background-color: #000;
color: #D85E46;
text-decoration: none;
cursor: default;
}

h2 {
color: #D64C4C;
background-repeat: no-repeat;
font-family: georgia;
font-size: 12px;
cursor: default;
font-weight: bold;
text-transform: uppercase;
padding-left: 20px;
}


#img {
height: 469px;
margin-top: 0px;
margin-left: 0px;
position: absolute;
width: 500px;
z-index: 1;
}

#nav {
margin-left: 450px;
margin-top: 200px;
position: absolute;
width: 450px;
text-transform: uppercase;
text-align: center;
z-index: 2;
}

#main {
margin-left: 460px;
margin-top: 230px;
position: absolute;
width: 480px;
z-index: 3;
}

.stats {
background-color: #000;
background-image: url('300stats.png');
background-repeat: no-repeat;
border-left:5px solid #B64233;
margin: 0px auto;
padding: 10px;
width: 90%;
}

.stats a {
background-color: #000;
color: #D85E46;
}

.stats a:hover {
background-color: #000;
color: #902B2F;
}

input, textarea, select {
color: #AC3B33;
cursor: default;
background-color: #000;
border: 1px solid #AC3B33;
font-family: trebuchet ms;
font-size: 11px;
}
