* {
	font-family: "Helvetica Neue";
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

body {
	overflow: hidden;	
}

div#consolle {
	position: fixed;
	top: 0px;
	color: black;
	background-color: yellow;
	padding: 10px;
	display: none;
}

div#gallery {
	z-index: -1;
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color: black;
}

div#body {
	overflow: hidden;
	display: none;
	color: white;
	position: absolute;
	width: 900px;
	margin-left: -450px;	
	left: 50%;
	padding: 15px;
	top: 85px;
	background-image: url('../media/iconeWeb/galleryBackground.png');
}

div#body div {
	width: 800px;
	text-align: justify;
}

div#gallery ul {
	width: 90000px;
	margin: auto;
	list-style: none;
}

div#gallery ul li {
	float: left;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

div#background {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -2;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;	
}

body {
	background-image: url("../media/iconeWeb/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

hr {
	display: none;
}

div#header {
	height: 70px;
	background-color: black;
	color: white;
	cursor: pointer;
}

div#header div {
	padding-top: 10px;
	width: 900px;
	margin: auto;
}

div#header h1 {
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	float: left;
}

div#header div ul {
	cursor: pointer;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}

div#header div ul li {
	float: left;
	margin: 10px;
	margin-top: 0px;
}

div#footer {
	height: 43px;
	background-color: black;
	color: white;
	position: absolute;
}

div#footer ul {
	
	width: 900px;
	margin: auto;
	list-style: none;
	
}

div#footer ul li {
	cursor: pointer;
	float: left;
	margin: 10px;
}
