@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fcfcfc;
}

img {
	border:0px;
}

a {
	outline: none;
	-moz-outline-style:none;
}

#image {
	position:absolute;
	z-index:1;
	left: 1%;
	top: 2.5%;
	visibility: visible;
}


#div-loading {
	position:absolute;
	top:100px;
	left:150px;
	z-index:-1;
}

#div-navigation {
	z-index:-1;
	position: absolute;
	left:99.8%;
	bottom:2%;
	font-size: 24px;
	color: #999;
	font-weight: lighter;
}


