body {
background-image: url(popcorn_bg.jpg);
background-color: #fff;
background-repeat: repeat-y;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-shadow-color: #fff;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
color: #000;
cursor: default;
font-family: trebuchet ms;
font-size: 11px;
text-align: justify;
margin: 0px;
}

a { 
background-color: #fff;
color: #ED3638;
text-decoration: none;
}

a:hover {
background-color: #fff;
color: #FFE546;
text-decoration: none;
cursor: default;
}

a:active {
background-color: #fff;
color: #ED3638;
text-decoration: none;
}

a:visited {
background-color: #fff;
color: #ED3638;
text-decoration: none;
}

h2 {
color: #000;
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: 400px;
position: absolute;
width: 400px;
text-transform: uppercase;
text-align: center;
}

#main {
margin-left: 40px;
margin-top: 430px;
position: absolute;
width: 450px;
z-index: 2;
}

.stats {
background-color: #EA3734;
border-left:5px solid #FFE546;
margin: 0px auto;
padding: 10px;
width: 90%;
}

.stats a {
background-color: #EA3734;
color: #fff;
}

.stats a:hover {
background-color: #FFE546;
color: #EA3734;
}

input, textarea, select {
color: #000;
background-color: #fff;
border: 1px solid #000;
font-family: trebuchet ms;
font-size: 11px;
}
