@font-face {
  font-family: 'Bebas';
  src:url("../fonts/BebasNeue.otf");
}

a img {
	border: none;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #fff;
}

.container {
	background-image:url(../images/back.png);
	width: 100%;
	height:640px;
	max-height:100%;
	margin: 0 auto;
}


.footer {
   background-color:#000;
   background-repeat:repeat;
   position:absolute;
   bottom:0;
   width:100%;
   height:30px;
   color:#FFF;
}

.footer, .push {
clear: both;
}


.copyright {
	float:left;
	margin:8px;
	margin-left:76px;
	font-weight:bold;
}


.prev_arrow {
	background:none;
	width:31px;
	left:45px;
	bottom: 46px;
	position:fixed;
}

.next_arrow {
	background:none;
	width:31px;
	left:216px;
	bottom: 46px;
	position:fixed;
}

.infoblock {
	background:none;
	width:300px;
	left:70px;
	top:148px;
	position:fixed;
	font-family:'Bebas',Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#000;
}



.work_circle {
	background-image:url(../images/projects_circle.png);
	width:100px;
	height:100px;
	left:50px;
	top:30px;
	position:fixed;
}

.title_head {
	top:80px;
	left:70px;
	font-family:'Bebas',Arial, Helvetica, sans-serif;
	font-size:72px;
	color:#d40505;
	position:fixed;
	
}

.mission_button {
	background:none;
	width:222px;
	position:absolute;
	left:76px;
	top:420px;
}




div.fadehover {
	position: relative;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}


