html, body {
	background-image: url(i/bg0.gif);
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#content {
	text-align:center;
	position: relative;
	min-height: 100%;
	background-image:url(i/spl_center.gif); 
	background-repeat:repeat-y; 
	background-position:center;
}
* html #content {
	height: 100%;
}
#footer {
	text-align:center;
	position: relative;
	margin-top: -30px;
	height: 30px;
}
#logo {
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-337px;
	margin-top:-208px;
}
