#main { position: relative; z-index: 8; width: 1000px; margin-left: auto; margin-right: auto;}
#header {
	height: 60px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	margin: 20px auto 100px auto;
	width: 565px;
	height: 18px;
	text-align: center;
}
#content { color: #faf1f1; z-index: 10; height: 500px; }
#footer {
	height: 60px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#flashcontent {
	margin: 0 auto;
}