body {
margin:0px;
background-color:#000;
}
a {
text-decoration: none;
padding-left: 3px;
padding-right: 3px;
border-left: 3px solid #575757;
border-right: 3px solid #575757;
background-color: #2E2E2E;
}
A:link { color: #F0AF93; }
A:visited { color: #BD613C; }
A:active { color: #C31818; background-color: #5E1F1F; border-left: 3px solid #594545; border-right: 3px solid #594545; }
A:hover { color: #C31818; background-color: #5E1F1F; border-left: 3px solid #594545; border-right: 3px solid #594545; }
body, p {
font-family: arial,sans-serif;
font-size: 8pt;
color: #C2A3A3;
}
h1 {
font-family: georgia,sans-serif;
font-size: 15pt;
color: #C31818;
text-transform: uppercase;
}
input, textarea {
color: #949494;
background-color: #2E2E2E;
font-size: 8pt;
font-family: verdana,arial,sans-serif; 
border: 1px solid #2E2E2E;
}
option, select {
color: #949494;
background-color: #2E2E2E;
font-size: 8pt;
font-family: verdana,arial,sans-serif; 
}
#content {
width:978px;
padding-left:20px;
padding-bottom:50px;
padding-right: 300px;
}
#footer {
width:978px;
height:137px;
background-image:url(images/bottom.jpg);
background-repeat: no-repeat;
padding-left: 200px;
padding-bottom: 60px;
}