html, body
{
background-image: url("../img/bg.png");
}
body {
 width: auto;
 margin: 0px auto;
 font-family: Ubuntu;
}
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
.main { 
padding-top: 4%; 
width: 900px; 
margin: 0 auto;
}

#header	{
	background-color: #4580a6;
	width: auto;
	height: 130px;
	border-bottom:2px solid white;
	margin-bottom: 20px;
}
#logo	{
	background-image: url("../img/logo.png");
	width: 225px;
	height: 68px;
	margin-top: 40px;
	margin-left: 240px;
	position: absolute;
	float: left;
}
#logo:hover	{
	background-image: url("../img/logo_hover.png");
}
#habbo	{
	background-image: url("../img/adobe.png");
	width: 30px;
	height: 82px;
	margin-top: 54px;
	margin-right: 250px;
	float: right;
}
#habbo:hover	{
	background-image: url("../img/hadobe.png");
	width: 302px;
	height: 82px;
}
.clear{
    clear:both; 
}
div#navi{
	background-image: url("../img/navi.png");
	width: 918px;
	height: 53px;
	margin: 0 auto;
	margin-top: -14px;
	position: relative;
}
div.navigation-item{
	padding: 16px 23px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: white;
        text-shadow: 0px -1px 0px #044451; 
        transition: color 0.5s;
}