body    {
font-size: 12px;
font-family: sans-serif;
color: #777777;
background-color: #ffffff;
margin: 0px;
padding: 0px;
position: absolute;
left: 50%;
margin-left: -450px;
}

a:link {
color: #AAAAAA;
text-decoration: none;
}
a:visited {
color: #AAAAAA;
text-decoration: none;

}
a:hover {
color: #000000;
text-decoration: none;

}
a:active {
color: #000000;
text-decoration: none;
}


div{
}

div.title{
background-image: url("../common/title.gif");
background-repeat: no-repeat;
width: 214px;
height: 123px;
position: absolute;
top: 6px;
left: 4px;
}

div.menu{
width: 214px;
height: 477px;
position: absolute;
top: 129px;
left: 0px;
}

div.window{
background-image: url("../common/window.gif");
background-repeat: no-repeat;
width: 678px;
height: 498px;
position: absolute;
top: 6px;
left: 218px;
z-index: 1;
}

div.mtitle{
width: 678px;
height: 29px;
position: absolute;
top: 530px;
left: 218px;
margin-top: 2px;
z-index: 2;
}


div.tool{
background-image: url("../common/tool.gif");
background-repeat: no-repeat;
width: 678px;
height: 26px;
position: absolute;
top: 504px;
left: 218px;
z-index: 3;
}

div.jump{
width: 48px;
height: 19px;
position: absolute;
top: 504px;
left: 230px;
z-index: 7;
}

#nextbt{
width: 50px;
height: 26px;
position: absolute;
top: 504px;
left: 560px;
z-index: 4;
visibility: visible;
}

#prevbt{
width: 50px;
height: 26px;
position: absolute;
top: 504px;
left: 504px;
z-index: 5;
visibility: hidden;
}

div.footbt{
width: 678px;
height: 38px;
position: absolute;
top: 559px;
left: 218px;
}

div.footer{
background-image: url("../common/footer.gif");
background-repeat: no-repeat;
width: 900px;
height: 33px;
position: absolute;
top: 606px;
left: 0px;
}


#text{
font-size: 12px;
font-family: serif;
color: #FFFFFF;
text-align: center;
width: 50px;
height: 26px;
position: absolute;
top: 504px;
left: 846px;
margin-top: 7px;
z-index: 6;
}

