html {
	height:100%;
}

body {
	min-height:90%;
	background-image: url(/images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}