body {
    background-image: url('../img/blue_bg004.jpg');
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.all_content {
    width: 90%;
    max-width: 1134px;
    margin-left: auto;
    margin-right: auto;
}

.side_note {
    width: 100%;
    max-width: 200px;
    margin-top: 450px;
    padding: 5px;
    display: block;
    float: left;
    border-radius: 15px;
    background: url('../img/texture10.png') no-repeat;
    font-size: 13px;
    font-family: "Arial", Georgia, Serif;
    color: #FFF;
}

.main_main {
    display: block;
    float: right;
}

#main_div02 {
    width: 90%;
    max-width: 900px;
    background: url('../img/texture02.jpg');
    border-radius: 15px;
}

#main_div {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 900px;
    background: url('../img/texture02.jpg');
    border-radius: 15px;
}

.added_label {
    color: #69CDFF;
}

#compass {
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 900px;
    height: 100px;
}

#banner {
    width: 100%;
    max-width: 900px;
    height: 200px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: url('../img/banner_about.png');
}

#navigation {
    text-decoration: none;
    text-align: center;
    padding-bottom: 30px;
    font-family: "Square721 Dm Normal", arial;
}

@font-face {
    font-family: Square721 Dm Normal, arial;
    src: url(square721.ttf);
}

@font-face {
    font-family: Rockwell, arial;
    src: url(rockwell.ttf);
}

#navigation a {
    text-decoration: none;
    font-family: "Square721 Dm Normal", arial;
    text-align: center;
    color: #008A60;
}

#navigation a:hover {
    color: #006949;
}

#navigation a#onlink {
    color: #00CC8F;
}

#navigation a#onlink:hover {
    color: #B0C8FF;
}

.glow {
    background-image: url('../img/glow.png');
    background-repeat: repeat-x;
    height: 20px;
    opacity: 0.5;
}

#main_box {
    padding: 10px;
}

.sub_banner {
    height: 30px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #FFF;
    padding: 10px 5px 5px 20px;
    border-radius: 15px;
    background-image: url('../img/texture03.jpg');
    clear: both;
}

.footer {
    clear: both;
    margin-top: 20px;
    color: #6DA1B0;
    font-size: 10px;
    font-family: "Arial", Georgia, Serif;
    border-top: 1px solid #FFF;
    padding: 20px;
    text-align: center;
    background-image: url('../img/texture04.jpg');
    border-bottom-right-radius: 15px;
    border-bottom-left-radius