body {
	background: url(DemoBG.png) center center no-repeat fixed;
	font-family: verdana, sans-serif;
	overflow:hidden;
}

#container {
	width: 766px;
	height: 510px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -255px;
	margin-left: -383px;
}

h1, a 	{ color: #7d8a2e;font-family: verdana, sans-serif; }

p {
	margin: 0px;
}

h1 {
	width:522px;
	height:66px;
	position: absolute;
	left: 122px;
	top: 24px;
	text-align: center;
}

#content{
	width:452px;
	height:235px;
	position:absolute;
	top: 122px;
	left: 144px; 
	padding: 10px;
}


#nav {
	width:512px;
	height:28px;
	position:absolute;
	top: 401px;
	left: 123px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	list-style-type: none;
}

li {
	display: inline; 
	margin: 0px; 
	padding: 0px 10px;
}
