#header {
	display:block;
	float:left;
	height:130px;
	overflow:hidden;
	position:relative;
	width:100%;
	z-index:50;
	}
	#header .headerMiddle {
		background-color:#000;
		border-top:4px solid #000;
		display:inline-block;
		height:44px;
		float:left;
		overflow:hidden;
		position:relative;
		width:105%;
		}
		#header .headerMiddle img {
			border-color:#000;
			border-style:solid;
			border-width:2px 6px;
			float:left;
			position:relative;
			}
	#header .headerBottom {
		background:#FFF url("../images/header_border.png") repeat-x;
		border-color:#000;
		border-style:solid;
		border-width:2px 0px;
		display:block;
		float:left;
		height:10px;
		width:100%;
		}
		#header .headerBottom .headerSceneFloor {
			background:transparent url("../images/header_scenefloor.png") repeat-x;
			float:left;
			height:10px;
			width:100%;
			}
		#header .headerBottom .headerSceneFront {
			background:transparent url("../images/header_scenefront.png") repeat-x;
			float:left;
			height:50px;
			width:100%;
			}