html {
	background: url(../images/background.jpg) no-repeat center center;
	min-height:100%;
	background-size: cover;
}
body{
	min-height:100%;
	margin: 10%;
}
.jumbotron {
    background-color: #ffffff;
}