body {
  margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: sans-serif, verdana, arial, helvetica;
	font-size: 10pt;
	background: #505050;
}
  
#splash {
    width: 450px;
    height: 250px;
    background: #1f1f1f url('/img/Banner.png') no-repeat center center;
    border: 2px solid #a0a0a0;
	  border-radius: 8px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}