body {
	background: #F9F9F9;
}
#holder {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -155px;
	margin-left: -308px;
	width: 617px;
	height: 310px;
}
#logo {
	background: url('../Images/logobg.png') no-repeat;
	height: 117px;
	width: 100%;
	margin-bottom: 20px;
}
	#logo img {
		margin: 10px 0 0 10px;
	}
#construction {
	background: url('../Images/constructionbg.png') no-repeat;
	height: 180px;
	width: 100%;
	color: #BAA157;
	overflow: hidden;
}
	#construction img {
		margin: 44px 0 0 14px;
		float: left;
	}
	#construction h2 {
		font-size: 1.6em;
		margin: 44px 0 10px 150px;
	}
	#construction p {
		font-size: 0.75em;
		margin: 0 10px 0 160px;
		line-height: 15px;
	}
