/**
* Sobe Coupon Page
* @version 0.1
*/

/* ============================ RESET ============================ */

html, body, a, h1, img, p, span, iframe{margin:0; padding:0}
img{border:none}

/* ========================= GENERAL TAGS ======================== */

html {width:100%; height:100%; font:100.01%/120% Arial, Helvetica, 'Trebuchet MS', sans-serif;}
body{height:100%; background:#fff url('../img/bg-pattern.gif') repeat-x; color:#464646; font-size:11px}

iframe{border:none; display:block;}

/* ====================== STRUCTURE/CONTENT ====================== */

#wrapper{width:700px; margin:0 auto; overflow:visible}
#box{background:transparent url('../img/bg-box.png') no-repeat; padding:12px 0 30px 12px; width:703px; margin-right:-43px}