body
			{
			background: #E2E4F0;
			margin: 0px;
			padding: 0px;
			}
	
.clear
			{
			margin: 0px;
			padding: 0px;
			width: 1px;
			height: 1px;
			clear: both;
			}			
			
#wrapper
			{
			background: transparent;
			text-align: center;
			position: absolute;
			top: 50%;
			left: 0px;
			width: 100%;
			height: 1px;
			overflow: visible;
			visibility: visible;
			display: block;
			}
			
#container
			{
			border: 1px solid #000;
			background: #fff url(./../images/splash_background.jpg) top left no-repeat;
			margin-left: -400px;
			position: absolute;
			top: -300px;
			left: 50%;
			width: 800px;
			height: 600px;
			visibility: visible;
			}
			
#container p, #container a
			{
			font-family: arial, verdana;
			color: #fff;
			font-size: 10px;
			line-height: 12px;
			font-weight: bold;
			margin: 0px;
			padding: 0px;
			text-transform: uppercase;
			text-decoration: none;
			}
			
#container h1
			{
			font-family: arial, verdana;
			color: #fff;
			font-size: 10px;
			line-height: 12px;
			font-weight: bold;
			margin: 0px;
			padding: 0px;
			text-transform: uppercase;
			}
			
#footer 
			{
			position: absolute;
			bottom: 0px;
			left: 50%;
			text-align: center;
			margin-left: -400px;
			width: 800px;
			height: 30px;
			visibility: visible;
			display: block;
			}
			
#footer p, #footer a
			{
			font-family: arial, verdana;
			color: #000;
			font-size: 10px;
			line-height: 12px;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
			}