img {
	position: absolute;
	z-index: 1;
}

canvas {
	position: absolute;
	z-index: 0;
}

/*fix these up*/
body {
	background-color: #A00006;
}

.canvas_housing {
	position: relative;
	display: inline-block;
}

.footer {	
	display: inline-block;
	height: 22px;
	width: 406px;
	background-image: url('/images/footer_contact.png');
}

.footer span {
	display: none;
}