p.main {
color: white;
font-size: 12pt;
font-family: cambria;
text-align: center;
}

a.form:link,a.form:visited {
display: block;
font-weight: bold;
color: white;
background-color: #552405;
width: 406px;
height: 354px;
text-align: center;
text-decoration: none;
}

body {
margin: 0px;
padding: 0px;
background-color: black;
/* background-image: url('bg_tile.jpg'); */
/* background-repeat: repeat-y repeat-x; */
}

div.center {
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}

div.header {
width: 798px;
height: 220px;
padding: 0px;
margin-top: 15px;
border-color: black;
border-width: 2px;
border-style: solid;
background-color: #552405;
background-image: url('banner.gif');
background-position: center center;
background-repeat: no-repeat;
}

div.main {
background-color: #552405;
float: center;
width: 798px;
height: auto;
font-size: 10pt;
padding: 0px;
margin-bottom: 15px;
border-color: black;
border-width: 2px;
border-style: solid;
}
