*{
    margin: 0;
    padding: 0;
}
html{
    height:100%;
}
body{
    margin:0;
    padding:0;
    height:100%;
    background: -moz-linear-gradient(top, #de6271 0%, #947a83 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de6271), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #de6271 0%, #947a83 100%);
    background: -o-linear-gradient(top, #de6271 0%, #947a83 100%);
    background: -ms-linear-gradient(top, #de6271 0%, #947a83 100%);
    background: linear-gradient(top bottom, #de6271 0%, #947a83 100%);

    /*
    background: url('../img/stocking.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    */
}
body div{
    width: 100%;
    height: 100%;
    text-align:center;
    border:0px solid red;
}
