html {
margin: 20px auto;
padding: 0px;
}

body {
font-family: arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #8E0800;
margin: 20px auto;
text-align: center;
background-color: #3A3A3A;
}

h1 {
font-family: arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #000;
margin-bottom: 7px;
background-color: #8E0800;
width: 99%;
padding: 2px;
}

a:link
 {text-decoration: none;
color: #8E0800;
cursor: help;
  font-weight: normal;
  text-transform: none}

a:visited
 {text-decoration: none;
color: #8E0800;
cursor: help;
 font-weight: normal;
 text-transform: none}

a:hover
 {text-decoration: none;
color: #E78D3D;
cursor: help;
 font-weight: bold;
 text-transform: none;
border: 1px dashed #E78D3D;
border-bottom-style: dashed;
border-left-style: none;
border-right-style: none;
border-top-style: none;
}

a:active
 {text-decoration: none;
color: #8E0800;
cursor: help;
 font-weight: normal;
 text-transform: none}

#pic {
background-image: url(pred.jpg);
width: 709px;
height: 309px;
margin: 0px auto;
}

#content {
background-color: #000;
width: 709px;
margin: 0px auto;
}

#bottom {
width: 709px;
height: 23px;
margin: 0px auto;
background-image: url(bottom.jpg);
}

table, tr, td {
font-family: arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #8E0800;
text-align: left;
}

input, textarea, select, option {
font-family: arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #8E0800;
margin: 0px auto;
background-color: #000;
border: 1px solid #8E0800;
padding: 2px;
}

img {
border: 0px;
}