@import url(layout_base.css);
#header_img {
    width: 100%;
    height: 147px; /* height: 100%; */
    left: 0px;
    top: 1px;
    z-index: 0;
    position: absolute;
   	background-image: url('../images/bannerbackground_blues.jpg');
}
#header_contents {
    z-index: 1;
    position: absolute;	
    width: 600px;
	height: 147px;
	border: 0px;
	background-image: url('../images/banner1_blues.jpg');
} 

