html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}

	
	/* common
----------------------------------------------------- */

br {
	clear: both;
}

p {
	margin: 0; 
	padding-top: 6px; 
}


a:focus,
a:active {-moz-outline-style: none;}


	/* Loader gif
----------------------------------------------------- */

#loader {
	position:absolute; 
	top:42%;
	left:47%;
	width:48px; 
	height:48px;
	z-index:-3;
	}
	
	/* Background
----------------------------------------------------- */

#bg {
	position:absolute; 
	top:0px;
	left:0px;
	width:100%; 
	height:100%;
	z-index:-2;
	}
	
#side_screen {
	position:absolute; 
	top:0px; 
	left:400px; 
	width:0px; 
	height:100%;
	background-color: #ffffff;
	z-index:1;
	}
	
	/* Containers
----------------------------------------------------- */

#content {
	position:absolute; 
	top: 0px;
	left: 5%;
	width:100%; 
	height:100%;
	background-color: transparent;
	z-index:2;
	}
	
#container_logo_menu {
	position:absolute; 
	top: 20%;
	left: 20px;
	width:440px; 
	height:600px;
	background-color: transparent;
	z-index:3;
	}