html, body{ 
	height: 100%; 
	margin: 0; 
	padding: 0;
    text-align: center; 
}

.splashbg{
	background-color:#fff795;
}

.splashbuffer{
	background-color:#fff795;
	height:10px;
}

.ribbon{
	background-image: url('../images/splash/ribbon.gif');
	background-repeat:repeat-x;
	height:20px;
}

.whiteribbon{
	background-color:#FFF;
	text-align:center;
	padding: 17px;
	height: 265px;
}

.vertcentered{
	border: 0; 
	height: 60%; 
	width: 100%;
    position:relative;  
}
.container{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}