@charset "UTF-8";
/* CSS Document */

/*a:hover {
	color:#999999;
	text-decoration:none;
}*/
.logo_holder{
	position:absolute;
	left:0px; top:31px;
	height:76px;
	width:56px;
	background-image:url(../images/logo/nav_logo_gray.jpg);
}
.background_image_top{
	width:100%;
	background:url(../images/backgrounds/grey_top.jpg) no-repeat center top;

}
.background_image_bottom{
	height:152px;
	width:100%;
	background:url(../images/backgrounds/grey_bottom.jpg) no-repeat center;

}

.material_band{
	height:40px;
	width:100%;
	background:url(../images/backgrounds/grey_band.jpg) no-repeat center;

}