html, body {
	height: 100%;
	background: #81858b url("gradient.png") repeat-x top;
	padding: 0;
	margin: 0;
}

#page {
	width: 800px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -225px;
	background: transparent url('bg.png') no-repeat top center;
}

#content {
	position: relative;
	height: 450px;
	padding: 0;
	padding-left: 375px;
	padding-right: 20px;
	font: normal 0.9em georgia,helvetica,verdana,tahoma,arial,"sans serif";
	color: white;
	
}

h1 {
	position: absolute;
	width: 300px;
	bottom: 40px;
	left: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}


h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	clear: left;
}

a:link, a:visited, a:hover {
	color: #6A967D;
	text-decoration: none;
}	
li.active a:link, li.active a:visited{

	color: white;
}
h1 a:link, h1 a:visited, h1 a:hover  {
	color: white;
}
a:hover {
		text-decoration: underline;
	}
	
#nav {
	margin: 12px 0 12px 0;
}

#nav ul {
	position: relative;
	top: 15px;
	display: block;
	list-style: none;
	margin: 0;
	height: 40px;
	padding: 0;
}
#nav li {
	display: block;
	float: left;
	width: 95px;
	text-align: left;
	margin-right: 5px;
	border-bottom: 2px solid #6A967D;
}
#nav li.active {
	border-bottom: 2px solid #fff;
}

#text ul {
	padding: 0 0 0 15px;
	list-style: square;
}

#text li {
	margin: 10px 0;
}

#foot {
	margin: 10px 0;
	color: #999;
	font: normal 0.8em georgia,helvetica,verdana,tahoma,arial,"sans serif";
	text-align: center;
	
}

img {
	border: 2px solid #6A967D;
}
#foot img {
	border: none;
	
}
