html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
body {
    height:100%; /* force the BODY element to match the height of the HTML element */
	background: #FFF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #EAEAEA, #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #EAEAEA, #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}