body {
    font-family: "Ubuntu";
    font-size: 14px;
    margin: 0;
    background: url(../img/subtle_grunge.jpg);
}
.box-topo {
    width: 100%;
    height: 130px;
    background: url(../img/second_bg.jpg);
}

.box-content {
    width: 900px;
    padding: 10px;
    margin: auto;
}

.box-feature {
    width: 100%;
/*    height: 429px;*/
    margin: 10px auto;
    z-index: 997;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
}

.box-control {
    width: 100%;
    cursor: pointer;
}

.box-member {
    font-weight: bold;
    padding: 10px 15px;
    font-size: 22px;
    color: #012e6f;
    margin-bottom: 10px;
    background: url(../img/second_bg.jpg);
    border: solid 1px rgba(0,0,0,0.1);
    -webkit-transition: all .65s ease;-moz-transition: all .65s ease;-ms-transition: all .65s ease;transition: all .65s ease;
}

.box-member:hover {
    color: #eb1e25;
}

.box-info {
/*    width: 230px;*/
    padding: 15px;
/*    display: inline-block;*/
/*    height: 100%;*/
    background: rgba(0,0,0,0.07);
    margin: 0px 15px 10px 15px;
}

.box-info ul {
    margin: 0;
    font-size: 16px;
    color: #333
}

.box-history {
    padding: 20px;
    line-height: 24px;
    text-align: justify;
    background: url(../img/second_bg.jpg);
    font-size: 16px;
    color: #333;
}

.box-inner {
    width: 900px;
/*    height: 120px;*/
    margin: auto;
    position: relative;
}

.box-logo {
    width: 450px;
    position: absolute;
    left: 0;
}

.box-contact {
    color: #444;
    text-align: right;
    line-height: 20px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 35px;
}

a:link {
    color: #012e6f;
    text-decoration: none;
}
a:visited {color: #012e6f;}
a:hover {color: #eb1e25}
a:active {color: #012e6f;}