body {
    background-color: #97BC8D;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

#page {
    width: 600px;
    margin: 10px auto;
    background: none repeat scroll 0 0 #E0F4DA;
    padding: 10px 15px;
    border: 1px solid #1B4710;
    line-height: 1.5em;
    box-shadow: 4px 4px 10px black;
}

h1 {
    margin: 30px 0 35px 0;
    text-align: center;
    line-height: 1.5em;
}

img.cross {
    margin: 20px auto;
    display: block;
}
