#bg_words {
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 3;
}
#bg_header {
	position: absolute;
	width: 100%;
	background-color: #ECE8DD;
	background-image: url('images/bg_header.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 199px;
	z-index: 2;
}

#bg_content {
	position: absolute;
	width: 100%;
	top: 199px;
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 500px;
	z-index: 2;
}

#bg_header_inside {
	position: relative;
	width: 800px;
	margin: auto;
	z-index: 4;
}

#bg_content_inside {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-image: url('images/bg_content_text.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 4;
}

#content {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	min-height: 500px;
	z-index: 5;
}

#footer {
	position: relative;
	background-image: url('images/bg_footer.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	color: #CCCCCC;
 	font-size: 12px;
 	line-height: 125%;
 	clear: both;
	z-index: 4;
    height: 51px; 
}