/* replace with blueprint */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 16px;
	height: auto;
	width: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../images/bg/pixel-cyan.jpg); 
}

#coming-soon {
	min-height: 130px;
	height: auto !important;
	height: 130px;
	width: 420px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -65px 0 0 -210px;	
	background: url(../images/bg/curious-coming-soon-small.jpg) no-repeat;
}


