

#header{ 
	margin: 0; padding: 0;
	height: 279px;
	width: 100%;
}
#topheader{
	margin: 0; padding: 0;
	position: relative;
	width: 100%;
	height: 198px;
	background-image: url(../img/city-bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;	
}

	
#menu{
	margin: 0; padding: 0;
	position:absolute;
	width: 597px;
	height: 190px;
	bottom: -1px;
	left: 30px;
	background-image: url(../img/menu.jpg);
}
