body {
    color: #000;
    font-size: 15px;
}

#nav li a {
    color: white;
    font-size: 105%;
    font-weight: bold;
}

#header {
    border-radius: 0;
    margin-top: 0;
    padding-top: 10px;
    position: relative;
}

/*去圓弧*/
#wrap {
    background-color: #fff;
    border-radius: 0px;
    margin: 0 auto;
    max-width: 920px;
    position: relative;
    width: 100%;
    z-index: 1;
}

/*聯絡訊息*/
#footer {
    background-color: #f4f7fc;
    background-image: linear-gradient(#f4f7fc, #d1e3f2);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #bed4eb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    clear: both;
    font-size: 90%;
    min-height: 100px;
    padding: 15px 20px;
    position: relative;
}

/*側邊*/
#side .side-content {
    background-color: #fff;
    padding: 5px;
}