* {
        margin:0;
        padding:0;
}
body{
        font: 62.5% Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        background: #fff;
        padding:2em;
}
#menu{
        display: none;
}
#contentContainer1{
        margin-top: 550px;
        text-align: justify;
}
#contentContainer2{
        position: absolute;
        top:140px;
        margin: 0 auto;
}
a{
        color: #000;
        text-decoration: none;
}
h1, h2, h3{
        font-family: Arial, Geneva, sans-serif;
        color: #000;
        background: transparent;
}
h1{
        font-size: 1.6em;
}
h2{
        font-size: 1.4em;
}
h3{
        font-size: 1.2em;
}
