body{
    background-image: url("background.gif");
    background-size: 100px;
    background-repeat: repeat;
    background-attachment: fixed;
    padding:0;
    margin:0;
}