html, body {
	min-height: 100%;
}
body {
	background-color: #ffbf00;
    background-attachment: scroll;
    background-image: linear-gradient(#ffffbf,#ffffff);
    background-repeat: no-repeat;
	background-size: cover;
}
.container {
	margin-top: 50px;
}