@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 16pt;
	width: 100%;
	background-color: #000;
	height: 100%;
}
.oneColFixCtr #container {
	text-align: left;
	margin: 0px;
	background-image: url(Redhill%20Street%20Bridge.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: auto;
	width: auto;
	left: 20mm;
	top: 20mm;
	right: 0mm;
	bottom: 0mm;
}
.oneColFixCtr #mainContent {
	padding: 0px;
	color: #CCC;
	position: absolute;
	left: 0mm;
	top: 0mm;
}
