/** Folha de estilos para a Home. */

.splash {
	background: #C8DDF2 url('../images/splash.gif') no-repeat center center;
	
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
	
	margin: 0 auto;
}