/* 
-----------------
General rules
-----------------
*/

* {
    margin: 0; 
    padding: 0; 
}

.clearer{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;    
}

body {
    NO_background: #e0f3b6;
    background: #ececec;
    margin: 0 auto;
    max-width: 984px;
    min-width: 240px;
    position: relative;
    font-family: Times New Roman;
    font-size: 14px;
}

.noscroll{
    overflow:hidden;
}

