@font-face {
    font-family: 'asterism';
    src: url('../font/great_lakes_lettering_-_asterism-webfont.eot');
    src: url('../font/great_lakes_lettering_-_asterism-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/great_lakes_lettering_-_asterism-webfont.woff') format('woff'),
         url('../font/great_lakes_lettering_-_asterism-webfont.ttf') format('truetype'),
         url('../font/great_lakes_lettering_-_asterism-webfont.svg#great_lakes_lettering_-_asterism-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/***POSTCARD-36**/
.cardFrame {
    width: 672px;
    height: 257px;
}
.postCard36 {
    overflow: hidden;
    width: 100%;
    height: 100%;     
    background-image: url('../img/bg36.png');
    background-repeat: no-repeat;
}
.cardCont {
    width: 515px;
    height: auto;
    margin: 48px auto 0;
}
.cardLeft, .cardRight {
    position: relative;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
}
.cardLeft {
    float: left;
    margin-left: 8px;
}
.cardRight {
    float: right;
    margin-right: -3px;
}
.cardCont p {
    font-family: 'asterism';
    line-height: 105px;
    position: absolute;
    left: -7px;
    top: 31px;
    text-align: center;
    width: 100%;
}