/* 
    Document   : general
    Created on : 22.03.2014, 14:59:13
    Author     : e3onjz
    Description:
        Purpose of the stylesheet follows.
*/
html, body { 
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: -moz-linear-gradient(   top, #fff, #90a6bb);
    background: -webkit-linear-gradient(top, #fff, #90a6bb);
    background: -o-linear-gradient(     top, #fff, #90a6bb);
    background: -ms-linear-gradient(    top, #fff, #90a6bb);
    background: linear-gradient(        top, #fff, #90a6bb);
    background-repeat:no-repeat;
    background-attachment:fixed;
    font-family: Verdana;
}

#main {
    position: relative;
    margin: 0px auto;
    background-color: white;
    overflow: hidden;
}
