/* ############# CSS for START #################### */


.viewport-shape{
	font-family: Trebuchet MS;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.0);
	height: 500px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow:0px 0px 0px 0px #000;
}


.splashlogo{
	

    position: absolute;
    left: 50%;
    top: 50%;
	margin-left: -534px;
	margin-top: -100px;
	


}
/* ############# CSS for START #################### */