* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #690;
	position: relative;
}

/* IE */
* html #banner {
	width: 850px;
}

#banner {
	position: relative;
	top: 235px;
	left: 0;
	height: 360px;
	width: 75%;
	background-color: #060;
	min-width: 850px;
}

#logo {
	width: 433px;
	height: 325px;
	background: url(../images/construction/logo.gif) top left no-repeat;
	position: absolute;
	left: 18%;
	top: -175px;
	text-indent: -9999px;
}

#subtext {
	position: absolute;
	left: 18%;
	bottom: 20%;
	width: 672px;
	height: 97px;
	background: url(../images/construction/subtext.gif) top left no-repeat;
	text-indent: -9999px;
}

	#subtext a {
		bottom: 0;
		display: block;
		height: 50px;
		left: 224px;
		position: absolute;
		width: 90px;
	}

h2,
h3 {
	color:#c0bfba;
}

h3 a {
	color:#fff;
}