body {
	background: #fff;
	padding: 0px;
	margin: 0px;
	font: normal 10px Verdana, "Trebuchet MS", Arial, Helvetica;
	color: #000;
	width: 100%;
	height: 100%;
	overflow:hidden;/*Needed to eliminate scrollbars*/
}

#bg {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	cursor: pointer;
}
#background {
	float: left;
	position:relative;
	top: 0px;
	left: 0px;
}
img#logohome {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
img#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
