body {
	margin : 0;
	padding: 150px 0 50px 0;
	background-color: #fff;
	width: 100%;
	}

div#header {
	top: 0;
	left: 0;
 	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #000;
	background: url(immagini/vitemo.gif) no-repeat ;
	border-bottom: 2px solid #000;
		}
div#navigation {
	position: absolute;
	top: 20px;
	left: 375px;
	width: 100%;
	height: 40px;
	margin-top: 2px;
	background-color: #fff;	
	margin: 0;
	padding: 0 0 0 0px;	
}
div#navigation ul{
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 }
 div#navigation li{
 	float: left;
 	margin: 4px 5px 0 0;
 	padding: 0;
 }
 div#navigation a{
 	
 	display: block;
 	width: 120px;
 	line-height: 30px;
 	text-decoration: none;
 	border: 1px solid #666;
 	background: url(immagini/bkg_menu.jpg) no-repeat top left;
 	color: #333;
 	font-variant: small-caps;
 	text-indent: 23px;
 }
div#navigation a:hover{
	background-position: -130px 0;
	color: #336;
}
div#navigation li#activelink a,div#navigation li#activelink a:hover{
	background-position: -260px 0;
	color: #fff;
}
div#footer {
	bottom: 0;
	left: 0;
 	position: absolute;
	width: 99%;
	height: 30px;
	background:#fff;
	color:black;
	border-top: 1px solid #000;
}
div#content {
	
}

@media screen  {
	body>div#header {
	position: fixed;
	}
body>div#footer {
	position: fixed;
	}
	body>div#navigation {
	position: fixed;
	}
	}
	
* html body {
		overflow: hidden;
	}
	

		

