/*** Global CSS ***/#bg-image {  z-index: -999;  min-height: 100%;  min-width: 1024px;  width: 100%;  height: auto;  position: fixed;  top: 0;  left: 0;}#bg { position: fixed; top: 0; left: 0; }.bgwidth { width: 100%; }.bgheight { height: 100%; }body {	font-family: "Bauhaus-font";	font-size:small;	color:#666;	height: 100%;	width: 100%;	padding: 0;	margin: 0;	background-color: #252523;}html {	font-family: "Bauhaus-font";	font-size:small;	color:#666;	width:100%;		height:100%;		margin:0;	padding:0;	}h1 { 	font:1.5em georgia,serif; 	margin:0.5em 0;}h2 {	font-family: "Bauhaus-font" ;	margin:0 0 0.5em;}	h1, h2, a {		color:orange;	}	a:hover {	color: #CC7E55;  }p { 	line-height:1.5; 	margin:0 0 1em;}/*** Container properties ***/div#container {	position:relative; /* needed for footer positioning*/	margin:0 auto; /* center, not in IE5 */	width: 100%;	height:auto !important; /* real browsers */	height:100%; /* IE6: treaded as min-height*/	min-height:100%; /* real browsers */}/*** Header properties ***/div#header {	width: 100%;}	div#header p {		font-style:italic;		font-size:1.1em;		margin:0;	}	/*** Content properties ***/	div#content {	padding:1em 1em 5em; /* bottom padding for footer */	padding-left: 0px;	padding-right: 0px;	width: 100%;	}	div#content p {		text-align:justify;		padding:0 1em;	}/*** Footer properties ***/		div#footer {	position:absolute;	width:100%;	bottom:0; /* stick to bottom */	padding:1.5em;	padding-left: 0px;	padding-right: 0px;	font-family: "Bauhaus-font" ;}	div#footer p {		padding:2em;		margin:0;	}/*** Image properties ***/		#constructionpic{  display: block;  margin-left: -800px;  margin-top: -450px;  width: 50%;}.centered{	position: fixed;	top: 50%;	left: 50%;	margin-top: -200px;	margin-left: -250px;}#constructiontxt{	font-family: "Bauhaus-font" ;	color: #FFFFFF;	width: 100%;	font-size: 15px;}.centeredtxt{	position: fixed;	top: 50%;	left: 50%;	margin-top: 100px;	margin-left: -200px !important;	}/* Custom Fonts */@font-face {  font-family: "Bauhaus-font";  src: url("../fonts/Bauhaus.ttf");  src: local("../fonts/Bauhaus.ttf");}