/* Front Page fancy content */

/* Header text is hidden, and we set the background to a header graphic elsewhere
   this is done so humans see pretty, and search engines see <hx> tags */
.header {
	text-indent: -9000px;
	margin: 0;
	height: 25px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
}
#land_is_life {
	width: 918px;
	height: 336px;
	background-image: url('../images/land_is_life.jpg');
	margin: 2px;
}

