body {
 background-image: url("ffp2.jpg");
 background-color: #cccccc;
 background-attachment: fixed;    /* Hintergrundbild fixieren */
 background-position: center;       /* Hintergrundbild Position */
 background-repeat: no-repeat;   /* Hintergrundbild ohne Wiederholung */
 background-size: 100% 100%;
 background-size: contain;
 }