html, body {margin:0; padding:0; width:100%; }

body {
	background: #000;
}

#container {
	background: green;
	height: 400px;
}

.out {
	position: absolute;
	left: -5000px;
	top: -5000px;
}

.cl, nav {clear: both;}


article {
	display: block;
	height: 150px;
	clear: both;
	background: navy;
}


#menubasso ul, #menubasso li {margin:0;padding:0;list-style: none;}
#menubasso li {float: left;}
#menubasso li a {
	display: block; 
	width:150px; 
	height: 30px;
	line-height: 30px;
	background-color: #888;
	color: lime;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	
}


header {
	background: fuchsia;
}

footer {
	clear: both;
	background: red;
}



