@charset "utf-8";
/* CSS Document */

html,body { 
			margin: 0px auto;
			padding: 0;
			
			}
body {
			background:#FFF;
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:76%; 
			text-align:center;
			color:#000000;
			}
a:link {
			text-decoration:underline;
			color:#ff6600;
			}
a:visited {
			text-decoration:underline;
			color:#ff6600;
			}	
a:hover {
			text-decoration:overline;
			color:#ff6600;
			}	
a:active {
			text-decoration:overline;
			color:#ff6600;
			}				
#container {
			width:764 px;
			height:775 px;
			margin: 0 auto;
			padding: 0;
			text-align:center;
			position:relative;
			}
#header {	
			background-image:url(img/prova2_03.jpg);
			background-repeat:no-repeat;
			width: 765px;
			height: 127px;
			text-align:left;
			}

#colonna-sx {
			background-image:url(img/prova2_06.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			float: left;
			width: 135px;
			height:607px;
			}	
			
#principale {
			background-image:url(img/cont_07b.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			float: left;
			width: 629px;
			height:471px;
			position:relative;
			color:#FF6600;
			font-weight:bold;
			}
#menu {
			width: 629px;
			height:136px;
			float:left;
			position:relative;
			}
#footer { 
			background-image:url(img/prova_14.jpg);
			background-repeat:no-repeat;
			clear:both;
			width: 764px;
			height: 41px;
			}


#interno {
	position:absolute;
	width:500px;
	height: 400px;
	top: 51px;
	left: 63px;
	overflow:auto;
	text-align:justify;
	color:#000;
	line-height: 18px;
			}
#interno-con {
	position:absolute;
	width:500px;
	height: 400px;
	top: 51px;
	left: 63px;
	overflow:auto;
	text-align:center;
	color:#000;
	line-height: 18px;
			}

#colonna-sx-me {
			background-image:url(img/me_06.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			float: left;
			width: 135px;
			height:607px;
			}	
/*
#about {
			position:absolute;
			width:305px;
			height:386px;
			top: 208px;
			left: 104px;
				overflow:auto;
			text-align:justify;
			padding:5px;
			}
#works {
			position:absolute;
			width:305px;
			height:386px;
			top: 208px;
			left: 104px;
			text-align:justify;
			overflow:auto;
			}
*/
#colonna-sx-works {
			background-image:url(img/work_06.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			float: left;
			width: 135px;
			height:607px;
			}	
/*
#contact {
			position:absolute;
			width:305px;
			height:386px;
			top: 208px;
			left: 104px;
			overflow:auto;
			text-align:center;
			}
*/
#colonna-sx-write {
			background-image:url(img/write_06.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			float: left;
			width: 135px;
			height:607px;
			}	
#colonna-sx-you {
			background-image:url(img/you_06.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			float: left;
			width: 135px;
			height:607px;
			}	

