html,body{
	background-color: #00324d;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #A0C3DA;
	font-size: 12px;
	text-align: center;
}
a {
	color: #A0C3DA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.emphasise {
	font-size: 13px;
}
.emphasise a {
	text-decoration: underline;
}
.comingsoon {
	font-size: 13px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.white {
	color: #ffffff;
}
.legal {
	font-size: 10px;
	color: #ffffff;
}
.inlineImage {
	vertical-align: middle;
}
.bottom {
	padding-top: 20px;
}
#container {
	height: 100%;
	text-align: center;
}
#content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -180px;
}


#top {
	background-color: #ffffff;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	
	font-size: 12px;
	color: #555;
	line-height: 150%;
}

#topc {
	width: 900px;
	margin: 0px auto;
	position: relative;
}

#top a {
	color: #6794b2;
}


#contact {
	position: absolute;
	top: 16px;
	left: 17px;
	width: 400px;
	font-size: 11px;
}

#contact img {
	margin: -2px 2px -2px 10px;
}

#toplinks {
	position: absolute;
	top: 16px;
	right: 27px;
	text-transform: uppercase;
	font-size: 11px;
	color: #555;
}