









#sampleGoogleAdsArea{
    background-image: url('../../images/united/content/searchEngineAds.png'); 
    background-repeat: no-repeat; 
    width: 252px; 
    height: 99px;
    position: relative;
    border: solid 0px red;
}

#textAdLine1{
    position: absolute; 
    left: 8px; 
    width: 170px; 
    line-height: 8px; 
    font-size:7pt;
    top: 28px;
    color: blue; 
    text-decoration: underline;
}

#textAdLine2{
    position: absolute; 
    left: 8px; 
    width: 170px; 
    line-height: 8px; 
    font-size:7pt;
    top: 39px;
}

#textAdLine3{
    position: absolute; 
    left: 8px; 
    width: 170px; 
    line-height: 8px; 
    font-size:7pt;
    top: 56px;
    color: green; 
    text-decoration: underline;
}