html, body {
	margin: 0;
	padding: 0;
}

body.white {
	background-color: #ffffff;
}

body.grey {
	background-color: #ebeced
}

img#background_img {
	right: 0;
	bottom: -200px;
	position: absolute;
	width: 70%;
	z-index: -1;
}

div#preloader {
	z-index: 50;
	position:absolute;
	left:248px;
	top:146px;
	width:79px;
	height:26px;
	background: transparent url("images/loading.png") no-repeat;
}
