/**
 * @design http://www.mantamedia.com.au/
 */
* {
list-style-type: none;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: 700;
border: none;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a {
text-decoration: none;
color: #7abc36;
}

a:hover {
text-decoration: none;
}

#content {
width: 800px;
height: 800px;
background: url('images/rivdiv_comingsoon.jpg') no-repeat;
position: absolute;
top: 0;
left: 50%;
margin: 0 0 0 -400px;
z-index: 5;
}

#content h1 {
	position: absolute;
	width: 810px;
	height: 60px;
	left: 270px;
	top: 100px;
no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0a316b;
}

#content p {
	width: 380px;
	height: 300px;
	color: #333333;
	position: absolute;
	top: 340px;
	left: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

#content p strong {
font-weight: 900;
color: #555;
}

#content div.admin {
position: absolute;
width: 85px;
height: 28px;
line-height: 28px;
font-weight: 900 !important;
bottom: 10px;
right: 40px;
}

#header {
	width: 100%;
	height: 28px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 10;
	line-height: 28px;
	font-weight: bold;
	background-color: #093069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7abc36;
}

#footer {
position: absolute;
bottom: 10px;
left: 15px;
font-size: smaller;
}
#footer img {
vertical-align: bottom;
}