/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2014, 9:01:44 PM
    Author     : jiwanndaru
*/
body{
    alignment-adjust: baseline;
    margin: 0 0;
    padding: 0 0;
}
.header{
    width: 100%;
    height: 100px;
    margin: auto;
    background-color: darkgreen;
}
.menu{
    width: 100%;
    height: 40px;
    margin: auto;
    background-color: #EFEFEF;
}
.content{
    background-color: white;
}
.footer{
    width: 80%;
    margin: auto;
    background-color: green;
    font: 11px arial;
    color: #EFEFEF;
    padding:2px 10px;
}

.clear{
    clear: both;
}