#main {
height: 400px;
position: relative;
}

#left {
position: absolute;
left: 22px;
top: 0;
z-index: 4;
}

#main .banner {
position: absolute;
top: 38px;
left: 0;
}

	#main .banner blockquote {
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	top: 22px;
	left: 240px;
	width: 380px;
	}

	#main .banner blockquote p, 
	#main .banner blockquote ul {
	padding: 0 0 22px;
	}
	
	
#banner_1 { color: #fff; z-index: 3; }
#banner_2 { color: #000; font-size: .9em; z-index: 2; }
#banner_3 { color: #000; z-index: 1; }
#banner_4 { color: #fff; z-index: 0; }