td.banners_wrapper{ background-color: #ece6db; width: 100%; }
div.banner{
	color: white;
	width: 300px; 
	height: 80px;
	position: relative;
	top: 0px; left: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px; 
}

div.banner1 { background-color: #6c7f23; }
div.banner2 { background-color: #db9033; }
div.banner3 { background-color: #2f77b5; }
div.banner4 { background-color: #ef4123; }

div.banner div.title { font-family: Arial; font-size: 16px; font-weight: bold; padding-top: 10px; margin-left: 10px; padding-bottom: 5px; width: 250px; }
div.banner div.text { font-family: Arial; font-size: 12px; margin-left: 10px; width: 250px; }
div.banner div.arrow { width: 25px; height: 26px; position: absolute; top: 25px; right: 10px; }
div.banner div.bobos { width: 75px; height: 33px; position: absolute; top: 5px; right: 40px; }
