@charset "UTF-8";
/* CSS Document */
.flyover {
	background: url(fallenAngel.png) no-repeat;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 600px;
	top: 0px;
	z-index: 1000;
}
.background {
	background: #2C2C2C url(mantleObjects.jpg) no-repeat top;
	position: relative;
	height: 200px;
	width: 100%;
}

