#wrapper{
    width: 100%;
    /*    min-height: 1100px;*/
    background-color: #bce8f1;
}
#wrapper #content_wrapper{
    margin-top: 5%;
    margin-bottom: 15%;
    width: 150%;
    /*    min-height: 1100px;*/
    background-color: #bce8f1;
}

.box{
    float:left;
    width:20px;
    height: 20px;
    background-color: red;
    margin: 50px 20%;
}

.image-set{
    float: left;margin-right: 5px;margin-left: 2%; margin-top: 6%;
}
.image_content{
    width: 85%; float: left; margin-top: -5px;margin-top: 4%;
}


.custom-color-head{
    background: #b4ddb4 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 12%, #52b152 28%, #008a00 58%, #008a00 58%, #005700 100%, #002400 100%, #005700 101%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(12%,#83c783), color-stop(28%,#52b152), color-stop(58%,#008a00), color-stop(58%,#008a00), color-stop(100%,#005700), color-stop(100%,#002400), color-stop(101%,#005700)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 12%,#52b152 28%,#008a00 58%,#008a00 58%,#005700 100%,#002400 100%,#005700 101%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 12%,#52b152 28%,#008a00 58%,#008a00 58%,#005700 100%,#002400 100%,#005700 101%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 12%,#52b152 28%,#008a00 58%,#008a00 58%,#005700 100%,#002400 100%,#005700 101%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 12%,#52b152 28%,#008a00 58%,#008a00 58%,#005700 100%,#002400 100%,#005700 101%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 ); /* IE6-9 */

}


