html,body{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body{
	/*background-image: url('/add/fooldalihatter/009.jpg');*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}