body{
    margin: 10px;
    padding: 10px;
    font: 10pt 'helvetica neue', helvetica, arial, sans-serif; 
    line-height: 0.2em;
}
#header{
    position: absolute;    
    top: 10;
    left: 20
    border-bottom: 1px solid #eeeeee;
    background-color: #C3C5C6;
    width: 70%;
}

#left, #footer, .right-logo, #center-bg, .top-bg, .green-line, .center-bg{
    display: none;
}

#main{
    display: block; 
    width: 70%;
    margin-top: 115px;
    text-align: justify;
}

.main-menu{
    list-style-type: none;
}
.main-menu li{
    display: inline;
    margin-left: 20px;
}

ul.i-green{
    list-style-type: circle;
}

ul.i-green li.i-green{
    list-style-type: circle;
    margin-bottom: 5px;
}