body {
	margin: 0px;
	background-image: url('/images/front/splash/background.png');
	background-color: rgb(255,255,255);
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 712px;
	height: 382px;
	margin-left: -356px; 
	margin-top: -201px;  
}

#header {
	width: 712px;
	height: 150px;
}

#private {
	position: absolute;
	top: 153px;
	width: 347px;
	height: 188px;
}

#business {
	position: absolute;
	left: 364px;
	top: 153px;
	width: 347px;
	height: 188px;
}

#address {
	position: absolute;
	top: 344px;
	width: 712px;
	height: 38px;
	background-image: url("/images/front/splash/footer.png");
}

#address p {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	margin-top: 9px;
	margin-left: 15px;
	margin-right: 15px;
}

#address span {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: rgb(180,229,62);
}

#address a:link, a:active, a:visited {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#address a:hover {
	text-decoration: none;	
}

img {
	border: 0px;
}


