 
td.description
{
            height: 40%;
            max-height: 40%;
            table-layout: fixed;
            background-color: #9EAA82;
            background-image: url('../Images/sellohome.jpg');
            background-repeat: no-repeat;
            background-position: left bottom;
            font-family: Sans-Serif;
}
         p.title_description
{
            color: white;
            font-weight: bold;
            font-size: 14px;
            padding: 0 2em 0 2em;
            text-align: right;
            font-family: Sans-Serif;
}
         p.description
{
            color: white; 
            font-size: 12px;
            padding: 0 2em 0 2em;
            text-align: justify;
            font-family: Sans-Serif;
}
         p.phone_info
{
            position: relative; 
            top: <?printOffset();?>px; 
            left: 2em;
            color: #9EAA82; 
            font-size: 12px; 
            text-align: left;
            font-family: Sans-Serif;
}