body {
   background: #ffefc2;
   padding: 0;
   margin: 0;
   overflow: hidden;
   font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #26140F;
	border: 1px #6a3b2c;
   }

#main {
   background: transparent
               no-repeat
               center;
	
   padding: 2px;
   margin: -301px 0 0 -401px;
   position:absolute;
   top: 50%;
   left: 50%;
   width: 802px;
   height: 602px;
   }


p{
text-decoration: none;
font-size: 0.9em;
color: #311B13;
}

a {
color: #CC0000;
line-height: 1.4em;

}

a:link, a:visited {
color: #CC0000;
text-decoration: none;
text-decoration: underline;
}

a:hover, a:active, a:focus {
color: #CC0000;
}

