@import url(/style.css);

#title{
    position: absolute;
    top: 15px;
    width: 200px;
}

#navcontainer {
    width: 200px;
    margin-top: 50px;
}

.header_link_item {
    float: left;
    padding: 3px;
    width: 65px;
}

#wrap {
    width: 873px;
}

#container {
    width: 650px;
}

#footer {
    display: none;
}

#show_page_source {
    border: 1px;
    border-style: solid;
    min-width: 600px; 
    padding: 3px;
}

