﻿body 
{
    background-image: url(images/lunchdate_red_bg.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-color: #940000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#595959;
    
    
}


#master_page
{
    position:relative;
    width:1040px;
    margin:0px auto;
}
#master_header
{
    float:left;
    margin:-10px 0px 0px 10px;
    width:43%;
    height:35px;
    background-image:url(images/lunchdate_logo_text.png);
    background-position: left center;
    background-repeat:no-repeat;
    
}
#master_topAdd
{
    float:left;
    margin:-10px 0px 0px 10px;
    width:46%;
    height:81px;        
}
#master_textAds
{
    float:left;
    width:90%;
    vertical-align:middle;  
    text-align:center;
}
#master_textAds a
{
    color:#f0a911;    
    margin:0px 0px 0px 0px;
    
}    

#master_body
{
    float:left;
    width:980px;
}
#master_footer
{
    float:left;
    width:100%;
    margin:-10px 0px 0px 20px;
    font-size:85%;
    color:#ffffff;
}
#master_footer a
{
    color:#ffffff;
}