body {
    background-color: #EEE;
    font-family: Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    margin: 0;
}

#container {
    background-color: white;
    width: 800px auto;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-color: #0f1011;
    color: white;
    text-align: center;
    padding: 10px;
}

#subscription-key-false {
    background-color: #0f1011;
    color: white;
    text-align: center;
    padding: 10px;
}

#subscription-key-false-enter {
    background-color: #0f1011;
    color: white;
    text-align: center;
    padding: 10px;
}

#subscription-key-true {
    background-color: #0f1011;
    color: white;
    text-align: center;
    padding: 10px;
}

#content {
    padding: 10px;
}

#nav {
    width: 20%;
    float: left;
}

#nav ul {
    list-style-type: none;
    padding: 0;
}

#nav.selected {
    font-weight: bold;
}

#main {
    width: 80%;   
    float: right;
}

#footer {
    clear:both;
    padding: 10px;
    background-color:  #0f1011;
    color: white;
    text-align: right;
}