
    .leftdiv.horizontal
    {
        max-width: 700px;
    }   
    
    .leftdiv.vertical
    {
        width: 30%;
    }
    
    #socialDivLeft
    {
        margin-top: 40px;
    }
    
    #bleedDiv
    {
        opacity: 0.50;
        filter: alpha(opacity=50);
        border-radius: 0px;
    }

    #coloredBleedDiv
    {
        border-radius: 0px;
    }

    #borderDiv
    {
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
        border-radius: 0px;
    }

    #borderDiv.beachtowel-32-64.horizontal
    {
        left: 1%;
        top: 2%;
        width: 98%;
        height: 96%;
    }

    #borderDiv.beachtowel-32-64.vertical
    {
        left: 2%;
        top: 1%;
        width: 96%;
        height: 98%;
    }
    
    #borderDiv.beachtowel-37-74.horizontal
    {
        left: 2.5%;
        top: 2%;
        width: 95%;
        height: 96%;
    }

    #borderDiv.beachtowel-37-74.vertical
    {
        left: 2%;
        top: 2.5%;
        width: 96%;
        height: 95%;
    }   
    
    @media screen and (max-width: 640px)
    {
        .leftdiv.vertical
        {
            width: 55%;
            margin-right: 0px;
        }
    }   
