#top {
	position: absolute;
	width: 760px;
	top: 0px;
	background-color: #FFFFFF;
	
}
#bottom {
	position: static;
	height: 350px;
	width: 100%;
	left: 0px;
	top: 351px;
	background-color: #CC9900;
}
