﻿
body {
    margin: 0px;
    padding: 0px;
   
    background-image: url(bg.png);
    background-repeat: repeat-x;
    background-position: right bottom;
    background-attachment: fixed;
     /*
    background-size:100% 100%;*/
    z-index: 1;
     background-color:#f5f5f5;
}


