body{        background-color: #000000;        margin:0px;        padding-top: 15px;        padding-right: 15px;        padding-bottom: 15px;        padding-left: 15px;        background-image: url("http://www.TantricKink.com/Images/Fire-BKG.jpg");        background-size: 750px 1500px;        background-repeat: no-repeat;        background-position: left top;        background-attachment: fixed;    }        .header {        background: rgba(0, 0, 0, 0.8);        z-index: 3;        order:3;        text-align:left;        position: fixed;        top: 0px;         left: 0px;        width: 100%;    }        .footer {        background: rgba(0, 0, 0, 0.8);        z-index: 2;        order:2;        text-align:center;        position: fixed;        left: 0px;        bottom: 0px;         width: 100%;    }        .index {        height:50px;        background: rgba(200, 200, 200, 0.0);        z-index: 1;        order:1;        text-align:left;        position: fixed;        top: 220px;        left: 15px;        width: 300px;    }        .content {        background: rgba(200, 200, 200, 0.2);        z-index: 0;        order: 0;        text-align:left;        position: relative;        top: 220px;        left: 350px;        width: 60%;    }