/* Clickable Designs | CSS1-CSS2 Document */

/* wrap properties */
html, body {
		height: 100%;
		margin: 0px;
		padding: 0px;
		background-color: #000000;
		text-align: center; }

#wrap {
		width: 942px;
		margin: 0px auto; }
		
		img { border: 0px; }

#splash { 	
  position:absolute;
  height:167px; 
  width:555px;
  margin: -90px 0px 0px -280px;
  top: 50%;
  left: 50%;
  text-align: left;
  padding: 0px;
  overflow: auto;
}