body {
	margin: 0;
}

#splash {
	background: url(../img/splash.jpg);
    background-size: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
}
