*{
margin:0;
padding:0;
}

body{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-x;
	margin:auto;	/*	 centra il div sulla pagina */
	color:#000000;
	background-color: #eeeeff;

}

.contenitore {
	        padding-top:25px;
			width:995px;
			height:510px;
			margin:auto;	/*	 centra il div sulla pagina */
			overflow:hidden;
}

.contenuto
	{
		width:995px;
		height:478px;
		margin:auto;	/*	 centra il div sulla pagina */
	    background-image: url(../img/layout.jpg);
		background-position:top;
	    background-repeat:no-repeat;
		
}
img {

	border:0px;

}

.cornici_layout_top {
		width:995px;
		height:12px;
		margin:auto;	/*	 centra il div sulla pagina */
	    background-image: url(../img/top_layout.gif);
		background-position:bottom;
	    background-repeat:no-repeat;
}

.cornici_layout_bottom {
		width:995px;
		height:12px;
		margin:auto;	/*	 centra il div sulla pagina */
	    background-image: url(../img/bottom_layout.gif);
		background-position:top;
	    background-repeat:no-repeat;
}


.view_pagine {

float:right;

}

a#home {
 background-image:url(../img/tasto_home.jpg);
 background-repeat:no-repeat;	
 width:114px;
 position:relative;
 top:-375px; left:261px;
 height:51px;
 display:block;



 }
 a:hover#home { background-image: url(../img/tasto_home_hover.jpg);
 }



a#profilo {
 background-image:url(../img/tasto_profilo.jpg);
 background-repeat:no-repeat;	
 width:126px;
 position:relative;
 top:-354px; left:266px;
 height:50px;
 display:block;

 }
a:hover#profilo  { background-image: url(../img/tasto_profilo_hover.jpg); }


a#prodotti {
 background-image:url(../img/tasto_prodotti.jpg);
 background-repeat:no-repeat;	
 width:136px;
 position:relative;
 top:-347px; left:238px;
 height:50px;
 display:block;

 }
a:hover#prodotti  { background-image: url(../img/tasto_prodotti_hover.jpg); }

a#portfolio {
 background-image:url(../img/tasto_portfolio.jpg);
 background-repeat:no-repeat;
 width:142px;
 position:relative;
 top:-336px; left:275px;
 height:50px;
 display:block;

 }
a:hover#portfolio { background-image: url(../img/tasto_portfolio_hover.jpg); }


a#contatti {
 background-image:url(../img/tasto_contatti.jpg);
 background-repeat:no-repeat;
 width:138px;
 position:relative;
 top:-323px; left:255px;
 height:50px;
 display:block;

 }
a:hover#contatti  { background-image: url(../img/tasto_contatti_hover.jpg); }

a#template {
 background-image: url(../img/template.jpg);
 background-repeat:no-repeat; 
 width:186px;
 height:51px;
 position:relative;
 top:-337px; left:32px;
 display:block;

 }
a:hover#template  { 
background-image: url(../img/template_hover.jpg);
background-repeat:no-repeat; 

 }



div#text_home{
	
	font-family:Arial;
	text-align:left;
	font-size:11px;
	width:500px;
	margin-top:100px;
	}
	
p#text_home{
	
	font-family:Arial;
	text-align:left;
	font-size:11px;
	
	}

#copyright {
  position:relative;
  text-align:center;
  font-size:xx-small;
  color: #fff;
  top:460px;
  left:270px;
}

#copyright a{
  font-weight:bolder;
  color: #f34a00;
}