/*body{	margin: auto;	text-align:center;	width: 100%;	height: 100%;	background: #FFF;}*/body {	/* margin:50px 0px; padding:0px;  Need to set body margin and padding to get consistency between browsers. */	margin: auto;	background: #FFF;	text-align:center; /* Hack for IE5/Win */	font-family: Helvetica, Arial, sans-serif;	font-size:11px;	}	#Content {	width:500px;	padding:15px;	border:1px dashed #333;	background-color:#eee;	}#container{	margin: auto; /* Right and left margin widths set to "auto" */	/* text-align:left;  Counteract to IE5/Win Hack */	top: 50;	right: 0;	bottom: 0;	left: 0;	width: 800px;	height: 600px;	margin: 10px auto;	background:url('images/construct.gif');	background-image:url('images/construct.gif');	border: #000 solid 10px;}#bg{position:relative;top: 0;left: 0;z-index: 99;}#logoHit{	position:relative;	text-align:right;	top: 365px;	font-family: Helvetica, Arial, sans-serif;	font-size:11px;	font-weight:bold;	}#text{	position:relative;	top: 150px;	}#comingSoon{	position:relative;	top: 250px;	font-family: Helvetica, Arial, sans-serif;	font-size:14px;	font-weight:bold;	color:#000000;}a:link {	color: #000000;	text-decoration: underline;}a:visited {	color: #000000;	text-decoration: underline;}a:hover {	color: #ED8000;	text-decoration: underline;}
