html {
	height: 100%;
}

body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000;
}

html>body {
	height: 100%;
}

body p {
	display: none;
}

div {
	top: 50px;
}

div#zero {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 50%;
	height: 600px;
	background: transparent url(i3/bg1a.jpg) repeat-x 0 0;
}

div#two {
	position: absolute;
	z-index: 2;
	float: left;
	right: 0;
	width: 50%;
	height: 600px;
	background: transparent url(i3/bg1b.jpg) repeat-x 0 0;
}

div#three {
	position: relative;
	z-index: 3;
	margin: 0 auto;
	width: 738px;
	height: 600px;
	background: transparent url(i3/bg2.jpg) no-repeat 50% 0;
}

div#three h1, div#three h2, div#three h3, div#three h4, div#three h5, div#three h6 {
	display: none;
}

div#four {
	position: relative;
	margin: 0 auto;
	bottom: 0;
	width: 400px;
	height: 70px;
}

div#four a:link img,a:visited img,a:active img {
	border: 1px solid black;
}

div#four a:hover img {
	border: 1px solid #300;
}