@charset "UTF-8";body {	background-color: #091C5A;	margin: 0px;	padding: 0px;	height: 100%;	text-align: center;	background-image: url(../media/dk_background.gif);	background-repeat: repeat-x;}#wrapper {	width: 1000px;	margin-left: -500px;	position: absolute;	left: 50%;	z-index: 0;	visibility: visible;	height: 700px;}#footerInfoLeft {	width: 200px;	position: absolute;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	left: 96px;	clip: rect(auto,auto,auto,auto);	margin: 0px;	visibility: visible;	color: #091C5A;	height: 12px;	top: 700px;	z-index: 1;}#footerInfoRight {	width: 230px;	position: absolute;	text-align: right;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #091C5A;	height: 12px;	right: 96px;	top: 700px;	visibility: visible;	z-index: 2;}a:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	text-decoration: none;	color: #091C5A;}a:visited {	color: #091C5A;	text-decoration: none;}a:hover {	color: #99A5CA;}