
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;

3.	-webkit-background-size: cover;
4.	-moz-background-size: cover;
5.	-o-background-size: cover;
6.	background-size: cover;
7.}





