@charset "UTF-8";
/* CSS Document */
html { 
  background: url(background2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	display:inline;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	display:inline;
	text-decoration:none;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666666;
	font-weight:bold;
	display:inline;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#00F;
	font-weight:500;
	display:inline;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	color:#00F;
	font-weight:500;
	display:inline;
}

.windmill{
position: fixed;
  left: 50%;
  top: 50%;
  
  transform: translate(-50%, -50%);

  width: 50%;
  height: 50%;	
  text-align:center;
}

.image1 {
	width:35px;
    position: fixed;
    top: 113px;
    left: 605px;

}

.image2 {
	width:350px;
	z-index:100;
    position: fixed;
    top: -46px;
    left: 449px;
   
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*////////// CONTENT DIVS //////////*/
.map{
	position:relative;
	top:55%;
	left:5%;
}
.cer-map{
position:relative;
	width: 50%;

}
.menu{
	position:relative;
	top:5%;
	left:5%;
	width: 50%;
	}
