#all {
    width: 625px;
    height: 545px;
    position: absolute;
    color: white;
}

#left {
    float: left;
    width: 385px;
    height: 545px;
}

#leftbox {
    background-color: #00FF00;
    border-radius: 5px;
    border-color: white;
    width: 365px;
    height: 525px;
    padding: 10px;
    overflow: hidden;
}

#leftcontent {
    width: 365px;
    height: 525px;
    background-color: black;
    border-radius: 10px;
    box-shadow: 0px 0px 5px white;
    overflow: hidden;
}

#contentbox {
    width: 345px;
    height: 385px;
    padding: 10px;
    overflow: hidden;
}

#content {
    width: 312px;
    height: 355px;
    border-radius: 10px;
    border: 2px solid white;
    color: #00FF00;
    font-size: 14px;
    text-align: justify;
    padding: 15px;
    overflow: scroll;
    overflow-x: hidden;
}

#right {
    float: right;
    width: 230px;
    height: 545px;
}

#rightstuff {
    width: 198px;
    height: 90px;
    border: 6px solid #00FF00;
    border-radius: 10px;
    background-color: black;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

#nav {
    padding-top: 2px;
}

.link {
    background-color: #00FF00;
    padding: 3px 2px
 2px 3px;
    display: inline-block;
    margin-bottom: 2px;
    width: 93px;
    text-align: center;
    color: black;
    border-radius: 10px;
    font-size: 0.8em;
}

.link2 {
    background-color: #00FF00;
    padding: 3px 2px
 2px 3px;
    display: inline-block;
    margin-bottom: 2px;
    width: 93px;
    text-align: center;
    color: black;
    border-radius: 10px;
    font-size: 0.8em;
}