body, html {
						 margin: 0;
						 height:100%;
						 padding: 0;
					 }

body {
       background-color: #FDF6C7;
			 /overflow-y: hidden;}

#splash {
				 width:560px;
				 height:280px;
				 position:absolute;
				 top:50%;
				 left:50%;
				 margin:-140px 0 0 -280px;
			  }
			  
.copyright {
						 font-family: Verdana;
						 font-size: 8px;
						 font-weight: bold;
					 }
