#green_bg {
	background:black;
	width: 100%;
	height: 2.5px;
	position:initial;
	left: 0%;
	top:80px;
	z-index: 1;
	background-color: green;
}
#header_logo {
	width: 100%;
	height: 40px;
	padding: 40px;
	z-index: 3;
}
#black_bg {
	background:black;
	width: 100%;
	height: 2.5px;
	position:initial;
	left: 0%;
	top:83px;
	z-index: 1;
	background-color: black;
}
#white_bg {
	background:white;
	width: 100%;
	height: 40px;
	position:initial;
	left: 0%;
	top:40px;
	z-index: 1;
	background-color: white;
	opacity: 0.85;
}

.ec_logo {
	height: 40px;
	width: 210px;
	z-index: 10;
	margin-left: 0px;
	background-color: white;
	float: left;
}

.images {
	height: 60%;
	width: 60%;
    border-radius: 2%;
	margin: 16px;
	opacity: 0.85;
	border: 10px;
}

body{
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
	background-image: url(../images/bg.1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
	transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}


html{
  overflow-x: hidden;
  color:black;
  font-family:'Opens Sans',helvetica;  
  height:100%;
  width:101%;
  margin: 0px;
  padding: 0px;
}
