*{
    max-width: 1000px;margin:auto;
}



div {
    border-radius: 5px;
}

#header {
    height: 25px;
    width: 100%;
    background-color: burlywood;
    position: relative;
    z-index: 1;
}

#title {
    margin-left: 3%;

}

#footer {
   text-align: right; 
    height: 55 px;
    width: 100%;
    background-color: burlywood;
    clear: both;
    position:relative;


}

ul {
    list-style: none;
    padding-left: 0;
}