#wrapper{
	border-style: solid;
	border-color: red;
	
	
}




div#maincontainer{
	width: 900px;
	margin: 0 auto;	
	
}

.floating-box {
    display: inline-block;
    width: 150px;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21;  
}



nav{
	width: 100%;
	background: url("../bilder/nav_background.png");
}

nav ul {
	list-style:none;
	
}

nav ul li{
	display: inline-block;
	margin-right: 20px;
	
} 

nav ul li a{
	font-size:16pt;
	line-height: 44px;
	color: #cccccc;
	text-decoration: none;
	
}

footer{
	height: 30px;
	background-color: gray;
	color: #cccccc;
	
	
	]