@font-face {
    font-family: 'jacquesgilles';
    src: url('../font/emily_lime_-_jacques_-amp-_gilles-webfont.eot');
    src: url('../font/emily_lime_-_jacques_-amp-_gilles-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/emily_lime_-_jacques_-amp-_gilles-webfont.woff') format('woff'),
         url('../font/emily_lime_-_jacques_-amp-_gilles-webfont.ttf') format('truetype'),
         url('../font/emily_lime_-_jacques_-amp-_gilles-webfont.svg#emily_lime_-_jacques_-amp-_gilles-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/****POSTCARD-32***/
/*.changeBgColor { background-color: #0a2c4b;}
.changeTextColor { color: #0a2c4b; }
.changeBorderColor { background-color: #f58c7f; }*/
.clear {
    clear: both;
}
.cardFrame {
    width: 672px;
    height: 480px;
}
.postCard32 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;   
}
.bgImg {
    width: 672px;
    height: 480px;
}
.contentBox {
    /*overflow: hidden;*/
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    text-align: center;
}
.contentBox img {
    width: 554px;
    height: 380px;
    display: inline-block;
}
.contentBox p {
    font-family: 'jacquesgilles';
    line-height: 107px;
    word-wrap: break-word;
    width: 554px;
    margin: -239px auto 0;
}
/*.postCard32 img {
    width: 554px;
    height: 380px;
    display: block;
    margin: 10px auto 0;
}*/
