* {margin:0; padding:0;}
html, body {height:100%;}
#wrapper {
	position:relative;
	width:980px;
	height:600px;
	margin:0 auto;
}
/*
#info {
	position:absolute;
	width:400px;
	height:auto;
	bottom:0;
	right:0;
	background:#FFF;
	border-radius:20px;
	padding:15px;
	box-shadow:10px 10px 20px #333;
	z-index:10;
}
#info h1 {
	margin:10px 0;
	color:#5d5d5d;
	font-size:22px;
}
#info p {
	margin:0 0 7px 0;
	color:#5d5d5d;
	font-size:15px;
}
*/
#bg-body {
    background: none repeat scroll 0 0 #FFF;
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 200%;
}
#bg-body img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index:1;
}
/* SWITCHER NAVIGATION */
#bg-body-navigation {
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index:10;
}
#bg-body-navigation a {
    background: none repeat scroll 0 0 #000000;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    border-radius:5px;
}
#bg-body-navigation a.active, #bg-body-navigation a:hover {
    background: #ccc;
}
#bg-body #bg-body-loader {
    height:10px;
    width:80px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-5px 0 0 -40px;
    background:url(../images/loading.gif) no-repeat center center;
}
#bg-body.loading #bg-body-loader {
    display:block !important;
    z-index:9999;
}