html, body {
	height: 100%;
	overflow: hidden;
	background-image:url(/graphx/back.jpg);
	background-attachment:fixed;
	}
	
body {
	margin: 0;
	padding: 0;
	}
	
#header {
	height: 92px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#content {
	width: 1010px;
	position: absolute;
	top: 90px;
	bottom: 26px;
	overflow: auto;
	left: 0px;	
	z-index:1;
	}
	
#footer {
	height: 26px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	}

	
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}
