body {
background-image: url(bg.jpg);
background-color: #FFFFFF;
background-attachment: scroll;
background-repeat: repeat-y;

font-family: verdana, sans-serif; 
background-color: #FFFFFF; 
color: #8c559b;
scrollbar-face-color: #E0CFDF;
scrollbar-3dlight-color: #AE6CC3;
scrollbar-darkshadow-color: #AE6CC3;
scrollbar-arrow-color: #AE6CC3;
}

#image
{
position: absolute; 
z-index: 1; 
left: 0px; 
top: 0px; 
width: 750px; height: 500px;
background-repeat: no-repeat;
background-image: url('vicious00.jpg')
}

#content
{
position: absolute;
z-index: 2;
left: 25px;
top: 33px;
width: 376px; overflow: visible;
}

#nav
{
position: absolute;
z-index: 2;
left: 460px;
top: 374px;
width: 272px; overflow: visible;
}

A:link { color: #c46a7b; text-decoration:none }
A:visited { color: #c46a7b; text-decoration:none }
A:hover { color: #8c559b; text-decoration:underline overline }
A:active { color: #8c559b; text-decoration:underline overline }

h1 {     
color: #694075;
border-top: thin solid;
border-bottom: thin solid;
text-align: center;
font-weight: bold;
font-size: small;
}

ul
{
list-style-type: none; 
padding: 0;
margin: 0;
}

li
{
background-image: url(sword00.gif);
background-repeat: no-repeat;
background-positon: top left;
padding-left: 29px;
padding-bottom: 29px;
}

.avatar
{
float: left;
width: 100px;
margin: 0 3px 3px 0;
}

.clearboth { clear: both; }