html {
	height: 100%;
}

body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	height: 100%;
	background-color: #FDFDFD;
	overflow:hidden
}

