@charset "UTF-8";
/* CSS Document */
html {
    overflow: auto;
}
#header_menu {
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
	top: 0;
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 1; }
 
#footerbox {
	background-image: url(../images/footerback.jpg);
	background-repeat: repeat-x;
	bottom: -8px;
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 3; }
