/* CSS Document */
#logo, #navcontainer, #left, .box_top, .box_bottom, #footer {
display: none;
}

#coupon {
border:dashed 1px;
padding: 20px;
width:420px;
}
#coupon_logo {
float:left;
width: 150px;
}
#coupon_text {
float:left;
width: 250px;
padding: 0 0 0 15px;
}
.coupon_title {
font-size:3em;
font-weight:bold;
line-height:1em;
}
.clear{clear: both;}


