body {
background: #ffffff; 

  
  background-position: center center;
  
  

  background-repeat: no-repeat;
  
 
background-attachment: fixed;
  

background-size: cover;
  
   
 
background: url(../images/puydesancy.jpg) center center cover no-repeat fixed;
   

}


@media only screen and (max-width: 767px) {
 
 body {
      }
	
}

.tm-intro-link {
border-radius: 50px;	
    padding: 15px 60px; 
	background-color: white;
	
}
.tm-intro-link:hover,
.tm-intro-link:focus {
background-color: transparent;
border: 2px solid white;
	border-radius: 50px;
	color: white;
	padding: 15px 60px;
}

#preloader {position:fixed; left:50%; top:50%; width:80px; height:80px;}


