body {
background-image: url(bg.jpg);
background-color: #FDF1F5;
background-attachment: scroll;
background-repeat: repeat-y;
font-family: Arial, Helvetica, Verdana, sans-serif; 
color: #000000;
scrollbar-track-color: #fdf1f5;
scrollbar-face-color: #E7B1C1;
scrollbar-3dlight-color: #efc7d3;
scrollbar-highlight-color: #EFC7D3;
scrollbar-shadow-color: #DE848E;
scrollbar-darkshadow-color: #de848e;
scrollbar-arrow-color: #000000;
}

a:link { color: #6C4DCC; text-decoration:none }
a:visited { color: #6C4DCC; text-decoration:none }
a:hover { color: #6C4DCC; text-decoration:underline }
a:active { color: #6C4DCC; text-decoration:underline  }

h1, h2
{
color: #C45274;
font-weight: normal;
font-size: large;
text-align: center;
border-color: #C45274;
border-style: double;
text-transform: lowercase;
}

#image
{
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
width: 780px; height: 585px;
background-repeat: no-repeat;
background-image: url('mizuho.jpg');
}

#content
{
position: absolute;
z-index: 2;
left: 52px;
top: 430px;
width: 497px; overflow: visible;
}

#nav
{
position: absolute;
z-index: 2;
left: 607px;
top: 45px;
width: 122px; overflow: visible;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(star00.gif);
background-repeat: no-repeat;
background-positon: 50%;
padding-left: 25px;
padding-bottom: 29px;
}

.avatar
{
float: left;
width: 100px;
margin: 0 3px 3px 0;
}

.clearboth { clear: both; }