body
{
margin: 0;
padding:0;
background: #000;
color: #aaa;
font-size: 12px;
font-family: Arial;
}

.frtx
{
white-space: nowrap;
display: block;
text-align: left
}

td
{
font-size: 11px;
text-align: center
}

img { border: 0px}

#container
{
position: absolute;
margin-left: -350px;
margin-top: -70px;
top: 17%;
left: 50%;
width: 600px;
z-index: 4;
}

#logo
{
position: absolute;
top: 0px;
left: 60px;
width: 659px;
height: 42px;
}

#avatar
{
position: absolute;
top: 0px;
left: 0px;
width: 53px;
height: 70px;
}

#mnu
{
position: absolute;
top: 52px;
left: 60px;
cursor: default;
}

#ishow
{
position: absolute;
top: 17%;
width: 100%;
height: 83%;
z-index: 0;
}

#dd
{
margin: 0;
padding: 0
}

#dd li
{
margin: 0;
padding: 0;
list-style: none;
float: left;
font: 12px Arial;
}

#dd li a.menu
{
border: 1px solid #555;
display: block;
text-align: center;
background: #222;
padding: 2px 10px;
margin: 0 1px 0 0;
color: #bbb;
text-decoration: none
}

#dd li a.menu:hover
{
background: #000;
color: #777;
}

.submenu
{
margin-top: 2px;
background: #222;
border: 1px solid #555;
visibility: hidden;
position: absolute;
z-index: 3
}

.submenu a
{
display: block;
font: 12px Arial;
text-decoration: none;
white-space: nowrap;
padding: 2px 10px;
color: #bbb;
}

.submenu a:hover
{
background: #000;
color: #777;
}

