body {
    background-attachment: fixed;
    background-color: #E3ECF3;
    background-image: url("bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 760px;
}