body {                                                              
  background-image: url("../pictures/background.jpg");              
  text-align: center;                                               
  background-attachment: fixed;                                     
  background-repeat: no-repeat;                                     
  margin: 0px;                                                      
  padding: 0px;                                                     
  width: 100%;                                                      
  height: 100%;                                                     
}

.container {
  position: relative;
  margin: 0px auto;  
  padding: 0px;      
  width: 950px;      
  border-style: 2px solid #ffffff;
}

a {
color: white ;
}
 
