
.page_content{
    background-image: url(https://www.crystalgolftour.com/upload/obrazky/slide/west_15.JPG);

background-attachment: fixed;    
background-position: 50% 50%;
background-repeat: no-repeat;
    
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
    
}