html, body {
background: #E0DCC5;
}

#BODY {
width: 600px;
margin: 0 auto;
background: #407FA1;
}

#HEAD {
width: 600px;
height: 80px;
margin: 0 auto;
background-image: url('pictures/logo.gif');
}
#SITETITLE {
color: #C1BEAA;
font-size: 30;
font-family: Verdana;
position: absolute;
margin-left: 33px;
margin-top: 22px;
}

#LITERY {
width: 566px;
height: 25px;
background: #186898;
margin-left: 17px;
margin-top: 13px;
text-align: center;
font-size: 12;
font-family: Verdana;
}

#RANDOM {
width: 190px;
background: #407FA1;
margin-left: 17px;
margin-top: 9px;
float: left;
margin-bottom: 10px;
}
TD.RANDOM {
width: 190px;
height: 25px;
background: #186898;
text-align: center;
font-size: 14;
font-family: Verdana;
}
TD.FOOTER {
width: 190px;
height: 11px;
background: #186898;
}

#CONTENT {
float: right;
width: 353px;
background: #407FA1;
margin-top: 9px;
margin-right: 17px;
margin-bottom: 10px;
}
TD.CONTENT {
width: 353px;
height: 25px;
background: #186898;
}
TD.CONTENT_FOOTER {
width: 353px;
height: 11px;
background: #186898;
}
#TEXT {
margin: 5px;
color: #ccc;
width: 265px;
font-size: 14;
font-family: Verdana;
}
#RANDOMTEXT {
color: #C1BEAA;
font-size: 14;
font-family: Verdana;
margin: 5px;
}
a.links:link {
text-decoration: underline;
color: #C1BEAA;
}
a.links:visited {
text-decoration: none;
color: #C1BEAA;
}
a.content:link {
text-decoration: none;
color: #CCC;
}
a.content:visited {
text-decoration: none;
color: #CCC;
}
a.sign:link {
text-decoration: underline;
color: #000;
}
a.sign:visited {
text-decoration: none;
color: #000;
}
#TITLE {
font-family: Verdana;
font-size: 14px;
margin: 5px;
text-align: right;
}

#FOOTER {
clear: both;
width: 600px;
height: 35px;
background-image: url('pictures/footer.gif');
}
