body {
    background: url(../images/back1.gif) repeat;
}


/* header */
.header {
    margin-bottom: 15px;
}
    .header,
    .header .row {
        background: #D4D4D4 !important;
    }


/* container */
.container {
    background: #fff;
}


/* jumbotron */
.container .jumbotron,
.jumbotron {
    /*margin: 0;*/
    /*padding: 0;*/

    padding-left: 40px;
    padding-right: 40px;
    /*background: #000;*/
    background: #8A8A8A;

    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

    .jumbotron .row #left-contents p {
        font-weight: 300;
        font-size: 1.2em;
    }


/* responsive image */
/*.img-responsive {*/
    /*width: 100%;*/
/*}*/



/* footer */
.footer {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.disclaimer {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 10px;

    text-align: justify;
}



/* index page */
#index-contents {
    /*background: #000;*/
    background: #8A8A8A;
    color: #fff;
    padding: 10px 10px 20px 10px;

    margin: 0 auto !important;
}

    #index-contents a,
    #index-contents a:active,
    #index-contents a:hover {
        text-decoration: none;
        color: #fff;
    }

    #index-contents img {
        width: 48px;
        height: 48px;
    }

    #index-contents a div {
        float: left;
        width: 330px;
        border: 2px solid #fff;
        padding: 10px;
        margin: 10px;
    }

    #index-contents a div:hover {
        background: #fff;
        color: #000;
    }


/* inner page */
#inner-contents {
    background: #fff;
    color: #000;
    padding: 10px 10px 20px 10px;

    margin: 0 auto !important;
}
