body {
	background: #FFF url('images/back8.jpg') no-repeat top left fixed;
	margin: 0 0 20px 0;
	padding: 0;
}

#header {
 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 
}

#container {
	background: transparent url('images/trans5.gif') repeat;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

#content {
//	margin: 0;
//	padding: 300px;
	
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h2 {
	color: #666;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}