body {
background: #1B1B1B;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
font-size: 12px;
color: #A8AEC6;
}

a:hover {
color: #0077cc;
}


#container {
width: 720px;
}



#header {
width: 720px;
text-align: left;
font-size: 50px;
padding-left: 20px;
padding-top: 15px;
color: #242424;
font-weight: bold;
}

#menu {
width: 707px;
height: 36px;
background: url('image/menu.gif');
margin-top: 10px;
}

#mbody {
width: 720px;
padding-top: 5px;
}

#mbody_top {
width: 720px;
height: 85px;
background: url('image/top.gif') repeat-x;
}

#mbody_mid{
width: 720px;
background: url('image/mid.gif') repeat;
position: relative;
overflow-x: auto;
overflow-y: hidden;
}

#mbody_mid p {
text-align: left;
font-size: 12px;
padding: 5px 15px 5px 15px;
color: #c0c0c0;
margin: 0;
overflow: hidden;
}

#mbody_mid li{
text-align: left;
color: #c0c0c0;
}


#mbody_bot  {
width: 720px;
height:116px;
background: url('image/bot.gif') repeat-x;
}