body {
    /*height: 200px; /* Высота блока */
    /*border: 2px solid #000; /* Параметры рамки */
    background: url(../Magazin2.jpg) no-repeat; /* Добавляем фон */
    background-size: 100% auto; /* Масштабируем фон */
    background-attachment: fixed;
    /*background-attachment:fixed;*/
   }
   .center {
    width: 920px; /* Ширина элемента в пикселах */
    padding: 10px; /* Поля вокруг текста */
    margin: auto auto auto auto; /* Выравниваем по центру */
    background: rgba(240, 255, 170, 0.8); /* Цвет фона */
    position: relative;
    top: auto;
    display: block;
    margin-top: 410px;
    border-radius: 20px;
    -webkit-border-radius:20px; 
    -moz-border-radius:20px; 
    -khtml-border-radius:20px;
   }