/**
 * @design http://www.mantamedia.com.au/
 */
* {	
	margin:0;
	padding:0;
}
html{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow:auto;
	background-color: #020001;
	background-image: url(images/TOP_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#container{
	background-color: #020001;
}
a {
	text-decoration:none;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#content {
	width: 800px;
	height: 550px;
	position: absolute;
	top: 0;
	left: 48%;
	margin: 0 0 0 -400px;
	z-index: 5;
	
}

#content h1 {
	position: absolute;
	width: 310px;
	height: 60px;
	left:295px;
	top: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FF9900;
	text-transform: uppercase;
}

#content p {
	width: 380px;
	height: 300px;
	color: #FFFFFF;
	position: absolute;
	top: 340px;
	left: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

#content p strong {
	font-weight: 900;
	color: #FFFFFF;
}

#content div.admin {
	position: absolute;
	width: 85px;
	height: 28px;
	line-height: 28px;
	font-weight: 900 !important;
	bottom: 10px;
	right: 40px;

}

#header {
	width: 100%;
	height: 318px;
	color: #ffffff;
	text-align: center;
	padding-top:200px;
	position: absolute;
	top: 0;
	z-index: 10;
	line-height: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(images/logo_dominicwines.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	position: absolute;
	bottom: 10px;
	left: 15px;
	font-size: smaller;
}
#footer img {
background-color: #020001;
}