/* CSS Document */
html,body{margin: 0;padding:0}
body{ text-align: center; background-color:#000;font-family: arial,sans-serif;font-size: 76%;}

div#header{ background-image:url(../img/top.jpg); height:120px}

div#container{
    position: relative; width:760px;margin: 0 auto;
    }

div#content{
	padding:10px;
	top:120px;
	text-align:left;
    margin-left: 150px;
	color:#FFF; 
    }

div#content_index{
	padding:40px;
	top:120px;
	text-align:left;
    margin-left: 150px;
	color:#000;
	height:640px;
	background-image:url(../img/bg_index.jpg); background-repeat:no-repeat; background-position:bottom
    }
	
div#content_autori{
	padding:10px;
	top:120px;
	text-align:left;
    margin-left: 150px;
	color:#FFF; background-image:url(../img/bg_muro.jpg); background-repeat:no-repeat; background-position:top
 
    }	
	
div.textimage{
	width: 620px; margin-bottom: 10px;  
}

div.textimage h2{
	font-size:14px
}	

div.textimage img{
float:left;
margin: 10px
}

div.textimage p{
margin:0 10px;
padding: 0
}

div #art{ background-image:url(../img/bg_artbook.jpg); background-repeat:no-repeat; background-attachment:fixed; background-position:top;
height:690px
}

div.clearer{clear: left}	

div#navigation{
    position: absolute;
	top: 120px; 
    left: 0;
    width: 140px;   
    }
	
div#footer{ height:40px; background-image:url(../img/footer.jpg); background-repeat:no-repeat; padding-top:4px;
color:#FFF
	}	
	
.sfoglia a{ text-decoration:none;
	font-size: 120%;
	color: #CC0000;
}
.sfoglia a:hover{ text-decoration:none;
	font-size: 120%;
	color: #000000;
}	


