#header {
height: 180px;
}

.header_logo {
margin-top: 60px;
}

#footer {
	background: #272727;
	border-bottom: 3px solid #4f4f4f;
	padding: 10px;
	margin: 10px 0 10px 0;
	color: #FFF;
	font-size: 10px;
}

#footer a {
	color: #FFF;
}

/*-- NAVBAR --*/
.navbarm {
height: 45px;
margin-bottom: 10px;
}

.navbarm_l {
background: url('images/nav_bar_l.png') no-repeat;
height: 45px;
width: 12px;
}

.navbarm_c {
background: url('images/nav_bar_c.png') repeat-x;
height: 45px;
width: 700px;
}

.button-home {
background: url('images/button-home.png') no-repeat;
display: block;
height: 45px;
width: 85px;
}

.button-register {
background: url('images/button-register.png') no-repeat;
display: block;
height: 45px;
width: 122px;
}

.button-all {
background: url('images/button-all.png') no-repeat;
display: block;
height: 45px;
width: 116px;
}

.button-mygames {
background: url('images/button-mygames.png') no-repeat;
display: block;
height: 45px;
width: 120px;
}

.button-forum {
background: url('images/button-forum.png') no-repeat;
display: block;
height: 45px;
width: 102px;
}

.button-contact {
background: url('images/button-contact.png') no-repeat;
display: block;
height: 45px;
width: 105px;
}

.button-settings {
background: url('images/button-settings.png') no-repeat;
display: block;
height: 45px;
width: 113px;
}

.buttons:hover {
background-position: 0 -45px;
}

.buttons {
text-indent: -99999px;
}

.nav_barm_r {
background: url('images/nav_bar_r.png') no-repeat;
height: 45px;
width: 137px;
}

.about_us_right {
background: url('images/mario_back.png') no-repeat;
height: 150px;
width: 156px;
}

.about_us_left {
background: url('images/about_us_left.png') no-repeat;
height: 102px;
width: 284px;
margin-top: 10px;
padding: 10px 10px 10px 20px;
font-size: 11px;
color: #000;
font-family: verdana, arial;
}


.about_us {
padding: 30px 0 0 110px;
}

/*-- MISC --*/

.mtop10 {
margin-top: 10px;
}

.grey {
color: #4c4c4c;
}
