/* CSS Document */body {	background:#fff url('../images/bg-gradient.gif') repeat-x fixed top;	font-family:Arial, Helvetica, sans-serif;	font-weight:bold;	font-size:1.2em;	text-align: center;	margin:0;	padding:0;}#container {	width:100%;	height:100%;	text-align:center;}#splash {	margin-left: auto;	margin-right: auto;	background-repeat:no-repeat;	text-align:center;}#box {	width:50%;	height:auto;	background-color:#fff;}a, a:visited {	text-decoration:none;	color: #0085cf;}a:hover, a:hover:visited {	text-decoration:none;	color:#75c3ef;}#horiz-bar {	background: url('../images/horiz-bar.gif') repeat-x fixed top;	width:100%;	height:50px;}.website {	font-size:.8em;	font-weight:normal;}
