/*
*
* Rounded Corners (emuza forum theme) theme!
*
*/


* {
font-family:Tahoma, Verdana, Helvetica, sans-serif;
}


body {
background-color: #111111;
margin: 0;
padding: 0;
text-align: center;
}

div.main {
margin-top: 24px;
padding-top: 15px;
margin-right: auto;
margin-left: auto;
background: url('images/bgtop.png') no-repeat #1a1a1a;
min-height: 100%;
width: 940px;
min-width: 940px;
max-width: 940px;
text-align: center;
}

div.banner {
background: url('images/banner.png') no-repeat;
height: 230px;
width: 900px;
}

div.content {
background: url('images/bodtop.png') no-repeat #22262a;
padding-top: 7px;
padding-left: 10px;
padding-right: 10px;
width: 880px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
color: #888888;
text-align: left;
}

div.footer {
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 400px;
}

div.bot {
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
height: 10px;
min-height: 10px;
max-height: 10px;
background: url('images/bgbot.png') no-repeat;
width: 940px;
max-width: 940px;
min-width: 940px;
margin-bottom: 24px;
}

div.bodbot {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: -20px;
height: 10px;
padding-bottom: 7px;
background: url('images/bodbot.png') no-repeat;
}

div.nav {
color: #aaaaaa;
}

a {
color: #aaaaaa;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}