html {
    background-color: #EFEFEF;
}

a{
    text-decoration: none;
    color: #000;
}

div#wrapper {
    margin: 80px auto;
    width: 300px;
}

div#content {
    clear: both;

    margin-top: 50px;
}