body,td,th {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 14px;
}
body {
    width: 100%;
    margin: 0;
    text-align: center;
}
body.background {
    background-image: url(background.jpg);
    background-size: cover;
    background-position: center 70px;
}
.header {
    width: 100%;
}
.menu {
    height: 60px;
    width: 100%;
    max-width: 442px;
    margin: 0 auto;
}
.content {
    width: 96%;
    max-width: 442px;
    margin: 0 auto;    
}
#gallery td {
    width: 33%;
}
#gallery img {
    width: 100%;
    height: auto;
}
a:link {
    color: #330000;
    text-decoration: none;
}
a:visited {
    color: #330000;
    text-decoration: none;
}
a:hover {
    color: #330000;
    text-decoration: underline;
}
a:active {
    color: #330000;
    text-decoration: none;
    font-size: 16px;
}
