body {
	background: #FFF url(SEI_Splash_bg.jpg) center top no-repeat;
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	width: 100%;
}

#logo {
	background: transparent url(SEI_Splash_logo.png) no-repeat;
	position: relative;
	margin: 0 auto;
	height: 200px;
	width: 604px;
	top: 141px;
	left: -16px;
}

#content {
	background: transparent url(SEI_Splash_content.png) no-repeat;
	position: relative;
	height: 84px;
	width: 297px;
	margin: 0 auto;
	top: 286px;
	left: 22px;
}

#content p {text-indent: -9999px;}

