.container {
	background-color: #FFF;
	margin: auto;
	height: auto;
	width: 960px;
}
.banner {
	float: left;
	height: 150px;
	width: 700px;
	background-image: url(flash%20edited/web-banner.gif);
}
.search {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 260px;
}
.navigator {
	background-color: #FFF;
	float: left;
	height: 35px;
	width: 960px;
}
.body {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 960px;
}
.footer {
	background-color: #CCC;
	float: left;
	height: 30px;
	width: 960px;
}
