@CHARSET "UTF-8";
/* mainAdSpace.css */

div#ad1 {
background: url('../images/ad_middle.png') 0 0 no-repeat;
height: 107px;
width: 1001px;
}

div#ad2 {
background: url('../images/ad_bottom.png') 0 0 no-repeat;
height: 107px;
width: 1001px;
}

/* ad - mixtur */
div.button_ad_getsometoday {
float:left;
left:605px;
position:relative;
top:31px;
}
div.button_ad_getsometoday a {
width: 186px;
height: 43px;
display: block;
}
div.button_ad_getsometoday a {
background: url('../images/button_ad_getsometoday.png') 0 0 no-repeat;
}
div.button_ad_getsometoday a:hover {
background: url('../images/button_ad_getsometoday_hi.png') 0 0 no-repeat;
}
/* ad - celerity works */
div.button_ad_checkitout {
float:left;
left:605px;
position:relative;
top:31px;
}
div.button_ad_checkitout a {
width: 186px;
height: 43px;
display: block;
}
div.button_ad_checkitout a {
background: url('../images/button_ad_checkitout.png') 0 0 no-repeat;
}
div.button_ad_checkitout a:hover {
background: url('../images/button_ad_checkitout_hi.png') 0 0 no-repeat;
}

