body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#centerbox {
	width: 178px;
	height: 212px; 
	background-color: #ffffff;
	background-image:  url(/images/S.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin: -106px 0 0 -89px;
}
