body {
    font-family: tahoma, Arial, "Liberation Sans", "DejaVu Sans", sans-serif;
    background-image: url("../images/background.jpg");
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: black;
}

#main {
    width: 1024px;
    height: 750px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    background-color: white;
}

#header {
    width: 1024px;
}

#content {
    width: 1024px;
    position: relative;
}

#nav {
    width: 500px;
    text-align:right;
    position: absolute;
    top: 45px;
    right: 20px;
}

.light {
    background-color: #e8f0f9;
}

.dark {
    background-color: #ed8335;
}

.spacer {
    width: 4px;
    height: 1em;
    vertical-align: middle;
}
