/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/layout/bg_metal.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
<!--
-->
	overflow: hidden;
}

#MAINWRAP {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}
html>body #MAINWRAP {
	height: auto;
}

#TOPWRAP {
	z-index: 1;
	position: relative;
	height: 115px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-top: 0;
	background-image: url(../img/layout/bg_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#TOP {
	height: 115px;
	width: 975px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/layout/bg_top.png);
<!--
-->
	background-image: url(../img/layout/bg_top_ie.png);
	background-repeat: no-repeat;
}

#CENTERWRAP {
	position: relative;
	width: 975px;
	margin: 0 auto;
	overflow: hidden;
}
#CENTER {
	width: 975px;
	margin: 0 auto;
}

#BOTTOMWRAP {
	position: absolute;
	bottom: 0;
	min-height: 70px;
	height: 10%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #252525;
}
#BOTTOM {
	height: 70px;
	width: 975px;;
	margin: 0 auto;
	margin-bottom: 0px;
	background-image: url(../img/layout/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
