.pin_board{
    position:relative;
    height: 600px;
}

.pin_board p {
    font-size: 100%;
    margin: 15px 19px 10px 19px;
  
    width:95%;
    text-align: justify;
    font-family: verdana, "Lucida grande", verdana, arial;
    font-style: italic;
}

div.offer_L{
    width: 444px;
    height: 345px;

    overflow: auto;
    padding: 0 15px 10px 0;
    font-size: 80%;
    margin: 0;
    font-family:"freehand", "Palatino Linotype","Georgia", serif;
    font-weight:lighter;
    background-image:url('Graphics/paper_creases03.png');
    background-size: 100%;
    background-repeat:no-repeat;   
}

div.offer_R{

    width: 345px;
    height: 345px;

    overflow: auto;
    padding: 13px;
    font-size: 80%;
    margin: 10;
    font-family:"freehand", "Palatino Linotype","Georgia", serif;
    font-weight:lighter;
    background-image:url('Graphics/paper_creases_vertical.png');
    background-size: 100%;
    background-repeat:no-repeat;   
}

div.offer_flip{
    width: 444px;
    height: 345px;

    overflow: auto;
    padding: 0 15px 10px 0;
    font-size: 80%;
    margin: 0;
    font-family:"freehand", "Palatino Linotype","Georgia", serif;
    font-weight:lighter;
    background-image:url('Graphics/paper_creases_flip.png');
    background-size: 100%;
    background-repeat:no-repeat;   
}

div.offer_flip :first-child {margin-top: 60px;}

div.offer_VS{
 width: 250px;
    height: 357px;

    overflow: auto;
    padding: 0 15px 10px 0;
    font-size: 80%;
    margin: 0;
    font-family:"freehand", "Palatino Linotype","Georgia", serif;
    font-weight:lighter;
    background-image:url('Graphics/paper_creases_ver_smal.png');
    background-size: 100%;
    background-repeat:no-repeat; 
   
}
#offer01{
    position:absolute;
    left: 30px;
    top: -10px;}
#offer02{
    position:absolute;
    left: 95px;
    top: 335px;}
#offer02 div:hover
{z-index:11;}

#offer03{
    position:absolute;
    left: 525px;
    top: 30px;      
    z-index: 2;}

#offer04{
    position:absolute;
    left: 890px;
    top: -40px;      
    z-index: 2;}

#offer05{
    position:absolute;
    left:1070px;
    top: 300px;      
    z-index: 0;}
#offer05 div:hover
{z-index:11;}

#offer06{
    position:absolute;
    left:620px;
    top:340px;      
    z-index: 0;}

#offer06 div:hover
{z-index:11;}

#offer07{
    position:absolute;
    left:1250px;
    top:50px;      
    z-index: 10;}


.offer_corner_L{
    display:inline-block;
    width:60px;
    height:60px;
    float:left;
}

.offer_corner_R{
    display:inline-block;
    width:60px;
    height:60px;
    float:right;
}

div.pin_board .offer_label{
    text-align: right;
    padding-top: 20px;
    font-size: 130%;
    font-weight: bold;

}           

.standout a:link{
    color:inherit;
    text-decoration:underline;
}

.offer2  a:visited{
    color:inherit;
    text-decoration:underline;
}

.standout a:hover{
    color: grey;
}
div.offer_label{
    text-align: right;
    font-size: 130%;
    position: absolute;
        bottom:15px;
        right:15px;
}

