* {
	margin: 0;
	padding: 0;
}

body {
	
	overflow: auto;
}

body a {background-color:#BF883B; color:#FFF; padding:3px; text-decoration:none;}
body a:hover {background-color:#ffffff; color:#BF883B; padding:3px; text-decoration:none;}


#contenitore {

	padding: 20px 0 20px 0;
	position: relative;
	top: 10px;
	left: 50px;
	width: 800px;
    margin:auto;
	color: white;
	font-size: 18px;
	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#under {
	width: 382px;
	height: 109px;
	position: absolute;
	z-index: 9999;
	top: 435px;
	left: 250px;
}



