body {
        backgroung: white;
}
/*
A:link, A:visited {
        text-decoration: none;
         color: blue;
         font-size: 16px;
}

A:hover {
        text-decoration: underline;
         font-size: 18px;
}
*/

#header {
        width: 100%;
}

#menu {
        position: relative;
        width: 100%;
        float: left;
        top: 0;
        /*border: 1px solid #000; 
        padding:1em;*/
}

#content {
        position: relative;
        width: 100%;
        float: left;
        top: 0px;
}
      
#footer {
        position: relative;
        clear: left;
        width: 100%;
}

