#content_holder_logo {
	text-align: center;
}

#logo_image {
	width: 100%; 
	height: 100%; 
	max-width: 400px;
}

#comingsoon_image {
	width: 100%; 
	height: 100%; 
	max-width: 150px;
}

#top_bg {
	background-color: #ffb891;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 147px;
	z-index: -99;
}

#bottom_bg {
	background-color: #b1eaff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	min-height: 100%;
	z-index: -100;
}
