div {
	z-index: 1;
}
* {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
}
body, html {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div#header {
	height: 100px;
	border-bottom: 1px solid #433420;
	background-image: url("../header-gray.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #E7DDB7;
	position: relative;
	overflow: hidden;
}
div#buildings {
	position: absolute;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image: url("../buildings.gif");
	background-position: top center;
	background-repeat: repeat-x;
	z-index: 3;
}
.hill {
	position: absolute;
	bottom: 0px;
	z-index: 2;
}
div#header img {
	display: none;
}
#sun {
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}
.tree {
	position: absolute;
	bottom: 0px;
	z-index: 4;
}
#library {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	left: 70%;
	display: block;
}
#house {
	position: absolute;
	bottom: 0px;
	z-index: 11;
	left: 25%;
	display: block;
}
a img {
	border: 0px;
}
div#content {
	width: 700px;
	margin: 10px auto;
}
div#linkhover {
	background-color: #433420;
	padding: 5px;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
}
div#linkhover span {
	color: #FDFDBC;
}
.snowflake {
	z-index: 1000;
}
div#opaque {
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgb(50,50,200);
	opacity:.25;
	filter:	alpha(opacity=25);
	z-index: 2;
}