body{
color: #fff;
background: #001528;
margin: 0;
padding: 0;
font-family: arial, sans-serif;
font-size: 95%;
text-align: center;
}

#container{
margin: 0 auto;
padding: 0;
width: 938px;
/*height: 770px;*/
}

#head{
height: 133px;
width: 100%;
}

#topbar{
margin: 0 0 10px 0;
height: 26px;
font-size: 85%;
/*font-family: tahoma, arial, sans-serif;*/
background: #000;
border-bottom: 1px solid #002d56;
border-top: 1px solid #000;
}

#topbar #links{
width: 938px;
height: 100%;
margin: 4px auto 0 auto;
text-align: left;
color: #999;
}

#topbar #links a{
color: #999;
}
#topbar #links a:hover{
color: #ddd;
}



/****   MAIN   ****/

#main{
width: 100%;
}

#mainleft{
float: left;
width: 14px;
height: 565px;
background: url('images/midleft.png') no-repeat;
padding: 0;
margin: 0;
}

#maincenter{
float: left;
width: 854px;
height: 554px;
margin: 0;
padding: 0;
}

#mainright{
float: left;
width: 25px;
height: 565px;
background: url('images/midright.png') no-repeat;
padding: 0;
margin: 0;
}

#copy{
background: url('images/botcopy.png') no-repeat;
height: 103px;
}

.arcademoon{
display: block;
width: 90px;
height: 65px;
position: relative;
top: 10px;
left: 20px;
float: left;
}
.hammerware{
display: block;
width: 70px;
height: 90px;
position: relative;
top: 10px;
left: -10px;
float: right;
}

#copy a span{
display: none;
}
