body#home .container { background-image: url(../images/home-bg.jpg); }
h1 { display: none; }
h2 {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 375px;
	height: 100px;
	background-image: url(../images/home-h2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 span {
	display: none;
}

div#intro {
	position: absolute;
	top: 100px;
	right: 0;
	width: 375px;
	height: 295px;
	background-image: url(../images/home-intro.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
div#intro p {
	display: none;
}

#nav {
	top: 442px;
}

#nav-home {
	background-image: url(../images/nav-home-on.png);
}

