body {
	background: url(../images/html_bg.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px;
}
#flashZone {
	display: block;
	width: 960px;
	height: 230px;
	margin: 0px auto;
	padding: 0px 4px 4px 4px;
	background: url(../images/flashZone_backing.jpg) top center no-repeat;
	z-index: -10;
}
#popularSearches {
	width: 700px;
	border: 1px solid #B6A34C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #B6A34C;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	height: 80px;
	padding: 7px;
}

