html {  
       background: url(2.jpg) no-repeat center center fixed; 
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       }

#x {
margin: 25% 25%;
padding: 5px;
font-family:  Arial, sans-serif;
font-size: 30px;
color: #333;
background: #ccc; 
text-align: center; 
}
#z { 
font-size: 14px;

 }

a {
text-decoration: none;
color: #333;
}
