footer {
    width:100%; 
    background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQIW2P86Lz8PwMUfGD4zsAIEwBxBBg4IQIwDkgh40Pnef9BMjAAALe3EVT9sc6PAAAAAElFTkSuQmCC) repeat;
    display: block;
    margin-top: 2%;
    padding-bottom: 3%;

}

footer:before {
    content: '';
    background: url('../../v8/img/arrow_bottom.gif') repeat-x;
    width: 100%;
    height: 5px;
    position: relative;
    bottom: 0;
    display: block;
}
.foot_wrapper_hcom {
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.foot_wrapper_hcom {
    margin: 0 auto;
    padding-top: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1024px;
    height: auto;
}
.footer-center_hcom {
    position: relative;
    width: 100%;
    top: 12px;
    text-align: center;
}
.footer-center_hcom p {
    font-size: 1.3em;
    color: #fff;
}
footer a {
    color: rgb(251, 209, 55);
    text-decoration: none;
}