body {
  text-align: center;
  background: #666; 
  color: #374342;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;  	
}
.main {
  width: 550px;
  background: #fff;
  margin: auto;
  margin-top: 100px;
}

h1 { color: #999933; font-size: 100%; }
h2 { color: #888; font-size: 90%; }


.htd {
 background: url(images/thd.gif) no-repeat top;
 height: 6px;
 }

.header { 
 border-bottom: solid 2px #999933;
}

.content {
   text-align: left;
   padding: 10px;
}

.footer {
border-top: solid 2px #999933;
font-size: 80%;
padding: 5px;
background: url(images/bft.gif) no-repeat bottom;
}

A {
  	color: #374342;
  	text-decoration: none;
	}

A:hover {
  	color: #999933;
  	text-decoration: none;
	}