div.home
{
    position: relative;   
    height: 175px;
    width: 475px;   
}

div.onebanner
{
    position: relative;   
    height: 145px;
    width: 775px; 
}

div.offerleft
{
    position: relative;
    width: 150px;    
    height:175px;
    font-weight: bolder;    
    color: #C05616;
    font-size: 18px;   
 }

div.offerright
{
    position: relative;
     width: 150px;    
    height:175px;
    font-weight: bolder;
    color: #C05616;
    font-size: 18px;
}

div.homeheader
{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 20px;  
    text-align: left;
    color: #FFCC99;
}

div.homefooter
{
    position: absolute;
    left: 5px;
    top: 120px;
    font-size: 20px;
    text-align: left;
    color: #FFCC99;
}

a.home:link, a.home:visited, a.home:active
{
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

a.home:hover
{
    color: #FFD393;
    font-size: 20px;   
    text-decoration: blink;
}

div.bannerx
{
    position: relative;    
    height: 80px;
    width: 150px;
    background-repeat: no-repeat;
}

div.bannerxfooter
{
    position: absolute;
    left: 4px;
    top: 54px;
    font-size: 20px;   
    text-align: left;   
    color: #FFFFFF;
}

img.banner
{
   /* padding: 2px 2px 2px 2px;*/
    background-color: #000000;
}