body {
    color: #000000;
    background: #ffffff;
    font-family: Arial;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding: 10px;
}

h1 {
    text-align: center;
}

div.content {
    background: #f0fff0;
    padding: 10px;
}

div.menu, div.footer {
    text-align: center;
    background: #d0eed0;
    padding: 5px;
}

div.header {
    text-align: center;
    padding: 5px;
}

img {
    border: 0px;
}


