@charset "UTF-8";
#backdrop {
	position:relative;
	width:1000px;
	height:955px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background: url(images/sitebase.gif);
}
#navigation {
	position:absolute;
	left:112px;
	top:248px;
	width:840px;
	height:25px;
	z-index:10;
}
#content {
	position:absolute;
	left:10px;
	top:277px;
	width:977px;
	height:673px;
	z-index:2;
}
#welcome {
	position:absolute;
	left:96px;
	top:3px;
	width:517px;
	height:304px;
	z-index:1;
}
#footer {
	position:absolute;
	left:103px;
	top:645px;
	width:794px;
	height:18px;
	z-index:3;
	background: url(images/footer.png);
}

