.backtext {
}




#picture {
	position:absolute;
	width:800px;
	height:540px;
	top:25px;
	z-index:1;
	left: 50%;
	margin-left: -400px;
}
#text {
	position:absolute;
	width:800px;
	top:525px;
	z-index:2;
	left: 50%;
	margin-left: -400px;
	font-size: 16px;
	background-attachment: fixed;
	color: #FFFF00;
}


#heading {
	position:absolute;
	width:800px;
	top:5px;
	z-index:1;
	left: 50%;
	margin-left: -400px;
	color: #FF0000;
}
