body a:link {
color: #000;
text-decoration: none;
}

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

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

body a:visited {
color: #D2B512;
text-decoration: none;
}


#wrap {
position:fixed;
left:50px;
top:35px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8px;
font-color: #000;
width: 690px;
margin: 0 auto;
background-color: #FFF;
z-index: 2;
padding-bottom: 5px;
padding-right: 100px;
}

#top {
width:175px;
float:left;
}

#center {
width:150px;
float:right;
padding-left: 60px;
}

#right {
width:275px;
float:right;
}


#wrap2 {
position:absolute;
left:50px;
top:125px;
font-family: Verdana;
font-size: 8px;
font-color: #000;
width: 705px;
margin: 0 auto;
}

#menu {
width:150px;
float:left;
position:fixed;
}

#load {
padding-left: 50px;
width:500px;
float:right;
}

#description {
width: 500px;
background-color: #F5F5F5;
padding: 8px;}

.piece {
padding-bottom: 5px;
padding-top: 5px;
}
