/* layout_home.css */
#backgroundImage {
	position:absolute;
	top:55px;
	left:84px;
	width:850px;
	height:493px;
	background:url(images/curriculare_background.jpg) no-repeat;	
}

#aux{
	display:none;	
}

#main{
	position:absolute;
	top:95px;
	left:217px;
	width:761px;
}
#mainTop{
	height:20px;
	overflow:hidden;
	background:url(images/mainbackground_wide_top.png) no-repeat;
}
#mainMiddle{
	background:url(images/mainbackground_wide_middle.png) repeat-y;
}
#content{
	margin:0px 20px 0px 17px;
	padding-top:0px;
	padding-bottom:10px;
}
#mainBottom{
	height:9px;
	overflow:hidden;
	background:url(images/mainbackground_wide_bottom.png) no-repeat;
}

.csi-intext-right-nowrap{
	position:relative;
	width:718px;
	display:table;
}
.csi-intext-right-nowrap .csi-image{
	float:none;
	display:table-cell;
	vertical-align:top;
	padding-bottom:19px;
}
.csi-intext-right-nowrap .csi-text{
	display:table-cell;
	vertical-align:top;
	padding-right:37px;
}
