
html,body {
    height: 100%;
}

body {
    line-height: 1;
    //background-color:#f5f5f5;
    background-color:#e9eff4;
    font: 14px/18px arial,helvetica,clean,sans-serif;
}

html, body, table, td, div, p, ul, ol, h1, h2, h3, h4, h5, h6, hr, img, form, {
    margin: 0; 
    padding: 0; 
    border-style:none; 
}

* {
    background-repeat: no-repeat;
}

ul, ol li {
    list-style-type: none;
}

a {
    color:#000;
}

html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

.fleft {
    float:left;
}

.fright {
    float:right;
}

.clearfix, .clear {
    display:block;
    clear:both;
}