body {
margin: 0;
padding: 0;
background-image: url(bg.png);
background-repeat: repeat-x;
background-color:#e4e4e4; 
font: 10.5px tahoma, Helvetica, sans-serif; 
color: #717171; 
line-height: 23px; 
text-align: justify;
letter-spacing: 1px;
}

#content
{
position: absolute;
top: 280px;
left: 80px;
width: 500px;
z-index: 2;
background-color: transparent;
}

#total { position: relative;
             margin: auto;
             width: 644px; }



h1 {text-align: center; 
font: 15px Century Gothic, Helvetica, sans-serif; 
color: #6186de; 
letter-spacing: 20px;
text-transform: lowercase;
margin-bottom: 12px;
}

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

a:hover {
color: #ffffff; 
background-color: #6186de;
cursor:default;

}

input, select, textarea {
color: #a7a7a7;
border: #4163aa 1px dotted;
background-color: #f8f8f8;
font: 10px tahoma, helvetica, sans-serif;
}

strong, b {
color: #4163aa;
}

em, i {
color: #a7a7a7;
}


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

#stats {
text-align:left;
width: 300px;
background-color: #f8f8f8;
color: #a7a7a7;
padding: 20px;
letter-spacing: 2px;
border: #4163aa 1px dotted;
}

.url {
background-color: #f8f8f8;
border-top: #4163aa 1px dotted;
border-bottom: #4163aa 1px dotted;
width: 100%;
color: #a7a7a7;
padding: 3px;
text-align: center;
text-transform: lowercase;
letter-spacing: 10px;
font-style: italic;
margin-top: 12px;
margin-bottom: 20px;
}