body {
background-image: url(alice_bg.png);
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: #978B85;
scrollbar-track-color: #000;
color: #4F4D4B;
cursor: default;
font-family: trebuchet ms;
font-size: 11px;
text-align: justify;
margin: 0px;
}

a { 
background-color: #000;
color: #7E7672;
text-decoration: none;
}

a:hover {
background-color: #000;
color: #605B51;
text-decoration: none;
cursor: default;
}

a:active {
background-color: #000;
color: #7E7672;
text-decoration: none;
}

a:visited {
background-color: #000;
color: #C6B7AE;
text-decoration: none;
}

h2 {
color: #623B00;
background-repeat: no-repeat;
font-family: georgia;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding-left: 20px;
}


#img {
height: 400px;
margin-top: -5px;
margin-left: -10px;
position: absolute;
width: 538px;
z-index: 1;
}

#nav {
margin-left: 35px;
margin-top: 456px;
position: absolute;
width: 450px;
text-transform: uppercase;
text-align: center;
}

#nav a {
background-color: #000;
color: #9A6E62;
}

#nav a:hover {
background-color: #000;
color: #8C8C8C;
}

#main {
margin-left: 40px;
margin-top: 486px;
position: absolute;
width: 450px;
z-index: 2;
}

.stats {
background-color: #432901;
border-left:5px solid #4E0000;
margin: 0px auto;
padding: 10px;
width: 90%;
}

.stats a {
background-color: #432901;
color: #000;
}

.stats a:hover {
background-color: #000;
color: #432901;
}

input, textarea, select {
color: #7E7672;
background-color: #080806;
border: 1px solid #7E7672;
font-family: trebuchet ms;
font-size: 11px;
}
