@charset "utf-8";

#splash {
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 600px;
	background-image: url(images/smb-title.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #d93b18;
}

#splash img {
	margin:0 auto;
}
