/* CSS Reset 
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/* General Setup
/*-----------------------------------------------------------------------------------*/
body{font-family:Arial, Helvetica, sans-serif;padding:0;font-size:12px;margin:0 auto;color:#fff;background:url(images/bg.jpg) no-repeat center top #000000;}
#main_container{ width:1000px; height:700px; margin:auto;}
.bottom_title{ padding:600px 0 0 0; text-align:center; font-size:34px; color:#FFFFFF;}
a.buy{ width:215px; height:22px; background:url(images/button_bg.png) no-repeat center; text-align:center; line-height:22px; display:block; color:#000000; text-decoration:none; margin:15px auto; font-weight:bold;}

a.button{display:block; text-align:center; padding:9px 0;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;}
a.full{width:50%; margin:10px 3%;}
a.half{width:22%; margin:10px 1.5%; float:left;}
a.black{ background-color:#2fb9ea; color:#1e7d9e;}
a.blue{ background-color: #1e7d9e;color:#ffffff;}
a.green{ background-color: #009933;color:#FFFFFF;}