html, body{ 
	height: 100%; 
	margin: 0; 
	padding: 0;
    text-align: center; 
}
#content-wrapper{
	display:none;	
}
.splashbg{
/*	background-color:#fff795;*/
}

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

.lines2
{
	background-image:url(../images/opv2/oplinesbg.png);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
	margin:auto;
}

.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: 50%; 
	width: 100%;
    position:relative;  
}
.container{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -175px;
	text-align: center;
	min-width: 900px; 
}
