body {
	background-color: black;
}

#wrapper {
	
	width: 1000px;
	height: 600px;

	margin: 0 auto 0 auto;
}



#conteiner {
	
	width: 1000px;
	height: 600px;
	
	margin: 0 auto 0 auto;
}



#header {
	
	width: 1000px;
	height: 134px;
	
	background-image: url(images/top.jpg);

	

	background-repeat: no-repeat;

	background-attachment: scroll;


	clear: both;
	position:relative;
}	



#content {
	
	width: 1000px;
	height: 402px;
	
	background-color: transparent;

	background-image: url(images/home.jpg);

	background-repeat: no-repeat;

	background-attachment: scroll;

position: relative;

	clear: both;
	
}

#contenta {
	
	width: 1000px;
	height: 402px;
	
	background-color: transparent;

	background-image: url(images/chisiamo.jpg);

	background-repeat: no-repeat;

	background-attachment: scroll;

position: relative;

	clear: both;
	
}

#contentb {
	
	width: 1000px;
	height: 402px;
	
	background-color: transparent;

	background-image: url(images/servizi.jpg);

	background-repeat: no-repeat;

	background-attachment: scroll;

position: relative;

	clear: both;
	
}

#contentc {
	
	width: 1000px;
	height: 402px;
	
	background-color: transparent;

	background-image: url(images/contatti.jpg);

	background-repeat: no-repeat;

	background-attachment: scroll;

position: relative;

	clear: both;
	
}

#contentd {
	
	width: 1000px;
	height: 402px;
	
	background-color: transparent;

	background-image: url(images/home.jpg);

	background-repeat: no-repeat;

	background-attachment: scroll;

position: relative;

	clear: both;
	
}


#media {
	
background-color: black;

position: absolute;

background-repeat: no-repeat;

background-attachment: scroll;

clear: both;
	
}



#footer {
	
	width: 1000px;
	height: 64px;
	
	background-color: transparent;

	background-image: url(images/down.jpg);

	background-repeat: no-repeat;

	background-attachment: scroll;
	position:relative;


}

#costr {

	
	
	position: absolute;
	
left: 143px;
	
	
	color: #fef200;
	
	}

#menu {
	background: black;
	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position:absolute; top:94px; left:162px;
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: hidden;
}
#menu li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: black; 
	color: #fef200;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #fef200;
	color: black;
	padding-bottom: 8px;

	}




/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 10px Arial, Helvetica, sans-serif;
	
}

p {
	padding: 0 0 1.3em;
}
img {
	border: none;
}

a {
	color: white;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font: italic 110% Georgia, "Times New Roman", Times, serif;
}
em strong {
	color: #CC0000;
}
del {
	color: #666666;
}
ins {
	text-decoration: none;
}
blockquote {
	padding: 0 10px 5px 20px;
	background: url(images/comments-bullet.gif) no-repeat left 2px;
	font: italic 115%/135% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
blockquote em {
	font: italic 110%/130% Georgia, "Times New Roman", Times, serif;
}
blockquote cite {
	font: normal 90%/110% Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
}
