#header {
	background-image: url(/images/bkg_header_2.png);
}
#home {
	background-image: none;
	position: relative;
	background-color: #C5C5C5;
	height: 355px;
}
html>body #home {
	min-height: 355px;
}
#home span {
	background-image: url(/images/bkg_lign-v.png);
	background-position: left;
	background-repeat: repeat-y;  
	position: absolute;
	top: 160px;
	left: 390px;
	padding: 0px 0px 0px 6px;
}

