.right {
float: right;
}

.left, .pleft {
float: left;
}

.clear {
clear: both;
}

/*-- HEADER --*/

#header {
height: 184px;
margin-top: 0px;
}

#header_img {
background: url('images/header_img.png') no-repeat;
height: 120px;
width: 340px;
margin-left: 240px;
display: block;
}

.home-tab {
display: block;
width: 85px;
height: 35px;
margin-left: 10px;
background: url('images/home-tab.png') no-repeat;
}

.game-tab {
display: block;
width: 133px;
height: 35px;
margin-left: 1px;
background: url('images/game-tab.png') no-repeat;
}

.favorites-tab {
display: block;
width: 130px;
height: 35px;
margin-left: 1px;
background: url('images/favorites-tab.png') no-repeat;
}

.settings-tab {
display: block;
width: 45px;
height: 35px;
margin-left: 1px;
background: url('images/settings-tab.png') no-repeat;
}

.forum-tab {
display: block;
width: 92px;
height: 35px;
margin-left: 1px;
background: url('images/forum-tab.png') no-repeat;
}

.contact-tab {
display: block;
width: 108px;
height: 35px;
margin-left: 1px;
background: url('images/contact-tab.png') no-repeat;
}

.register-tab {
display: block;
width: 133px;
height: 35px;
margin-left: 1px;
background: url('images/register-tab.png') no-repeat;
}

.navmenu {
margin-top: 0px;
}

/*-- FOOTER --*/

#footer {
padding: 6px;
font-size: 11px;
color: #FFF;
background: #272727;
margin-bottom: 10px;
}

#footer a {
color: #FFF;
}
/*-- MAIN --*/
	
#main_content {
background: #f6f6f6;
padding: 10px;
}
