body, html {
    height: 100%;
	padding: 0;
	margin: 0;
}

.bg { 
    background-image: url("/includes/images/jim-valvano-dont-give-up.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}