@charset "utf-8";
/* CSS Document */

#container{
	height:1030px;
}

#biografia_atb {
	width:430px;
}

#foto {
	background-image:url(../immagini/body/bio_shad_mid.gif);
	background-repeat:repeat-y;
	position:relative;
	margin:0 18px 0 0;
	padding:0;
	float:left;
	width:424px;
}

#biografia{
/* Typical fixed height and fixed width example */
width: 409px;
height: 550px;
overflow: auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
margin:0 0 0 18px;
right:0;
background-color: #fffef6;
padding: 0 15px 0 0;
}
#bio_testo{width:379px;}