@import url("stylesheets/iemenufix.css");
#banner {
	position:absolute;
	left:0px;
	top:9px;
	height:220px;
	z-index:1;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}
#content {
	position:absolute;
	left:0px;
	top:182px;
	width:95%;
	z-index:2;
	background: no-repeat fixed 0px 0px;
}

