html,body{
	background:black;
	width:100%;
	height:100%;
	font-family:Andale Mono,Consolas,Monaco,monospace,"Helvetica";
	margin:0;
	padding:0;
	line-height: 0px;
	overflow:hidden;
}
#trame_layer{width:100%;height:100%;position:absolute;top:0;background-color:transparent;background-image:url("../img/trame.png");}
header{
	position:absolute;
	left:0px;
	top:0px;
	background:yellow;
	color:black;
	font-size:30px;
	line-height: 30px;
	padding:5px 10px;
	margin-bottom:1px;
	display:none;
	z-index:1;
}
nav{
	display:none;
	position:absolute;
	left:0;
	top:41px;
	z-index:10;
}
nav ul{
	list-style-type: none;
}
nav ul li{
	background-color:yellow;
	font-size:20px;
	padding:5px 10px;
	line-height:20px;
	width:auto;
	margin-bottom:1px;
	clear:left;
	display:table;
	cursor:pointer;
	color:black;
	position:relative;
}
nav ul li span{
	position:absolute;
	height:2px;
	width:10px;
	left:0;
	top:0;
	display:none;
	background:yellow;
}
nav ul li h3{
	position:relative;
	left:0;
	top:0;
}
nav ul li.current{
	font-size:30px;
	line-height:30px;
	background:red;
	color:white;
}
nav ul li.current span{
	display:block;
}
h3{
	/*position:absolute;
	top:0;
	left:0;*/
	z-index:2;
}
#nav_media{
	position:absolute;
	right:5px;
	top:0;
	display:none;
}

footer{
	position:absolute;
	left:0px;
	bottom:0px;
	background:yellow;
	color:black;
	font-size:14px;
	line-height: 14px;
	padding:5px 10px;
	max-width:500px;
	display:none;
}
#social_nav{
	display:none;
	position:absolute;
	right:0px;
	bottom:0px;
	background:yellow;
	padding:5px 10px;
}

#prehome{
	background:black;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
#prehome_inner{
	width:200px;
	height:160px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-80px 0 0 -100px;
}
h2{
	font-size:40px;
	color:yellow;
	text-align:center;
	line-height:40px;
	margin-bottom:5px;
	display:block;
}
input[type=button]{
	border:0;
	padding:10px 21px;
	background:yellow;
}

#container{
	width:100%;
	height:100%;
	overflow:hidden;
}

#image_holder{
	width:100%;
	height:100%;
	background-size:cover;
}
#image_holder img{
	height:100%;
	width:auto;
}

#progress{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	width:5px;
	height:0;
	background-color:yellow;
}