html {
 height: 100%;
}

body {
 background: white url('../images/background.jpg') no-repeat top center;
 color: black;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center; /* IE hack Part 1 */ 
}

img {
 border: 0px solid black;
}

#container {
 width: 550px;
 height: 450px;
 padding-left: 110px;
 padding-top: 320px;
 margin: 0 auto 0 auto;
 border: 0px solid white;
 background: transparent;
}

.hometext {
 width: 475px;
 height: 100px;
 padding: 10px;
 background: transparent;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-style: italic;
 font-weight: bold;
 color: #b2862d;
 float: left;
 text-align: left;
 border: 0px dotted #9b9b9b;
}

.atit {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 font-style: normal;
 color: #b2862d;
}

.btit {
 width: 380px;
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 font-style: italic;
 /*font-weight: bold;*/
 text-align: left;
 border: 1px solid #e1cfa1;
 background: transparent;
 vertical-align: middle;
 color: #b2862d;
}

a {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #b2862d;
 text-decoration: none;
}

a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: black;
 text-decoration: underline;
}


#bottom {
 width: 475px;
 height: 50px;
 padding: 0;
 background: transparent;
 clear: both;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
}


.syntrax {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #919191;
 text-decoration: none;
}

.copy {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #9b9b9b;
 text-decoration: none;
}

.copy a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #9b9b9b;
 text-decoration: none;
}

.copy a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: black;
 text-decoration: underline;
}

.cls {
 width: 100%;
 height: 35px;
 border: 0px solid white;
}