body {
background-image: url(bgpattern.jpg);
background-color: #F4EA55;
background-attachment: scroll;
background-repeat: repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #AF472E;
font-size: 12px;
}

a:link { color: #AF472E; background-color: #F0BEAC; text-decoration:none;}
a:visited { color: #AF472E; background-color: #F0BEAC; text-decoration:none;}
a:hover { color: #F0BEAC; background-color: #AF472E; text-decoration:none;}
a:active { color: #F0BEAC;  background-color: #AF472E; text-decoration:none;}

ul li
{
display: inline;
list-style-type: none;
padding-right: 15px;
}

h1
{
text-align: center;
font-weight: bold;
font-size: 14px;
color: #AF472E;
text-decoration: underline;
}

#image {
position: absolute;
left: 0px;
top: 0px;
z-index: 0;
width: 760px;
height: 625px;
background-repeat: no-repeat;
background-image: url('gokubg.jpg')
}

#content {
position: absolute;
top: 593px;
left: 202px;
width: 355px;
overflow: visible;
margin: 5px;
}

.avatar
{
float: left;
width: 100px;
margin: 0 3px 3px 0;
}

.clearboth { clear: both; }