body {
margin: 0px;
background-color: #98D0DD;
}

body, input, textarea, select, td {
color: #301605; 
background-color: #98D0DD;
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 12px;
}

#container {
position: relative;
left: 0px;
width: 95%;
}

img {
border=0;
}

#body {
position: absolute;
left: 15px;
top: 30px;
width: 500px;
height: 600px;
}

#content {
position: absolute;
top: 30px;
left: 525px;
text-align: left;
z-index: 3;
}

a:link { text-decoration: none; color:#B8937F; }
a:visited { text-decoration: none; color:#917464; }
a:active { text-decoration: underline; color:#DEBD99; }
a:hover { text-decoration: underline; color:#DEBD99; }