body {
	background:#fbc211 url(/images/hp_background.jpg) top no-repeat;
}

#flash {
	width:990px;
	margin:0 auto;
	height:350px;
}

#callouts {
	margin-bottom:30px;
}	
	.callout {
		float:left;
		width:247px;
		text-align:center;	
	}
		.callout_text {
			display:inline;
			padding-left:15px;
			background:url(/images/view_all_arrow.gif) left no-repeat;
			font-size:10pt;
			font-weight:bold;
			font-style:italic;
			text-transform:uppercase;
		}
			.callout_text a {
				color:#000;
				text-decoration:none;
			}
			.callout_text a:hover {
				color:#000;
				text-decoration:underline;
			}