body {
margin: 0 auto;
padding: 0px;
background-color: #000000;
background-image: url(_images/bg.jpg);
background-position: top center;
background-repeat: no-repeat;
text-align: center;
}

body,td {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #e5e5e5;
}

a {
color: #ff0000;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #ff9797;
font-weight: bold;
}

#contain {
width: 800px;
margin: 0 auto;
text-align: left;
}

.divider {
border-top: 1px solid #b50000;
height: 25px;
margin: 25px auto 0px auto;
}

.spacer5 {
margin: 0px 0px 5px 0px;
}

.spacer10 {
margin: 0px 0px 10px 0px;
}

.spacer15 {
margin: 0px 0px 15px 0px;
}

.title {
font-size: 18px;
color: #ffffff;
}