#frameHeader {
	background-color: #FFFFFF;
	clear: both;
	height: 110px;
	z-index:100 ;
	position: absolute;
	width: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cfc095;
	top: 0px;
	left: 0px;
	overflow-y: hidden;

}

#frameFooter {
	width:100%;
	height: 250px;
	background-color: #020e26;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cfc095;
	overflow-y: hidden;
	
	


}

#divForside{
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content:center ;
	float: center;
	width: 100%;
	font-size: 100px;
	overflow: hidden;
	filteralpha:(opacity=40);
	opacity:0,4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cfc095;
	
}
#divLamps{
	height: 100%;
	min-height: 100%;
	display: table-row;
	align-items: center;
	justify-content:center ;
	float: center;
	width: 100%;
	font-size: 100px;
	overflow: hidden;
	filteralpha:(opacity=40);
	opacity:0,4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cfc095;
	
}

.tablecenter {
	font-size: 12px;
	color: #575757;
	text-align: left;
	font-weight: lighter;
	font-family: "Century Gothic";
	}

		
.collection {
	font-size: 11px;
	color: #575757;
	text-align: left;
	font-weight: lighter;
	font-family: "Century Gothic";
	}	
	
.headlines {
	font-size: 16px;
	color: #323e48;
	text-align: left;
	font-weight: lighter;
	font-family: "Adobe Garamond Pro";
	}	

.text {
	font-size: 12px;
	color: #575757;
	text-align: left;
	font-weight: lighter;
	font-family: "Century Gothic";
	line-height: 20px;

	
	}	

html, body
	{
		height:;
		min-height: 100%;
		margin:0px;
		background-color: #f8f9fa ;
	 
	}
	
	h1 {
	font-size: 16px;
	font-weight: lighter;
	color: #323e48;
	font-family: "Adobe Garamond Pro";
}

h2 {
	font-size: 16px;
	color: #323e48;
	font-weight: lighter;
	font-family: "Adobe Garamond Pro";
	}

h3 {
	font-size: 11px;
	color: #969696;
	font-weight: lighter;
	font-family: "Century Gothic";
	}
	
a:link {
	color: #575757;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #575757;
}

a:hover {
	text-decoration: none;
	color: #575757;
}
a:active {
	text-decoration: none;
	color: #2D2D2D;
	text-align: center;
	
