body {
margin: 0;
padding: 0;
background-image: url(bg.png);
background-repeat: repeat-x;
background-color:#ffffff; 
font: 10.5px arial, Helvetica, sans-serif; 
color: #835c7f; 
line-height: 25px; 
text-align: justify;

}

#total { position: absolute;
	left: 100px;
             width: 826px; }

#content
{
position: absolute;
top: 245px;
left: 200px;
width: 700px;
z-index: 2;
background-color: transparent;
}

#nav
{
position: absolute;
top: 200px;
left: 560px;
z-index: 1;
background-color: transparent;
}

h1 { 
color: #cadb8e; 
font: 13px Century Gothic, Helvetica, sans-serif; 
text-align: center;
letter-spacing: 30px;
text-transform: lowercase;
}

h2 { 
color: #929292; 
font: 13pt Century Gothic, Helvetica, sans-serif; 
text-align: center;
letter-spacing: 25px;
}

a:link, a:visited, a:active {
text-decoration: none; 
font: 10px verdana, helvetica, sans-serif; 
letter-spacing: 2px;
color: #875e7c;
}

a:hover {
background-color: #875e7c;
color: #ffffff; 
cursor:default;

}

input, select, textarea {
color: #3c152f;
border: 0;
background-color: #fdebf8;
font: 11px tahoma, helvetica, sans-serif;
}

strong, b {
color: #b0b1ab;
}

em, i {
color: #7e6868;
}

.codes {
background-color: #ffffff;
padding: 6px;
}

.codes:hover {
background-color: #e3e3e3;
}

#stats {
text-align:left;
width: 300px;
background-color: #fdebf8;
color: #5d344f;
padding: 20px;
letter-spacing: 4px;
}

a.menulink, a.menulink:visited, a.menulink:active{
display: block;
width: 125px;
margin-right: 5px;
text-indent: 7px;
text-align: center;
text-decoration: none;
font-family:century gothic;
font-size: 10px;
color: #3c152f;
text-transform: lowercase;
background-color:#fdebf8;
letter-spacing: 5px;
padding: 5px;
}

a.menulink:hover {
color: #ffffff;
background-color: #936a88;
}

.url {
background-color: #fdebf8;
color: #3c152f;
padding: 3px;
width: 100%;
text-align: center;
text-transform: lowercase;
letter-spacing: 5px;
font-style: italic;
font-weight: bold;
margin-top: -5px;
margin-bottom: 25px;
}