/* Basic styles */
html,body{height:100%}
*{margin:0;padding:0}
a img,fieldset{border:0}
img,object{display:block}
a,a:hover{cursor:pointer;text-decoration:none}
ul{list-style:none}

/* Html,body,wrapper */
html{background:url('/images/splash_bg.jpg') repeat}
body{font:10px/100% verdana,arial,tahoma,sans-serif;color:#fff}
#wrapper{width:727px;margin:0 auto}

#logo{text-align:center;margin:0 0 12px}
#logo img{display:inline}

#boxes-out{background:url('/images/splash_inner.gif') repeat-y;}
#boxes-inner{background:url('/images/splash_bottom2.gif') left bottom no-repeat;overflow:hidden;zoom:1}
#boxes{background:url('/images/splash_top2.gif') no-repeat}
#boxes a{color:#fff;font-weight:bold}
#boxes a:hover{color:#000}

#boxes .box_1{text-align:center;width:200px;margin:40px 10px 0 15px;float:left;display:inline;position:relative;padding:10px 0 50px}
#boxes .box_2{text-align:center;width:200px;margin:40px 45px 0;float:left;display:inline;position:relative;padding:10px 0 50px}
#boxes .box_3{text-align:center;width:200px;margin:40px 0 0;float:left;display:inline;position:relative;padding:10px 0 50px}
#boxes .yesno{text-align:center;position:absolute;bottom:12px;left:0;width:200px}
#boxes .box_2 .yesno{width:180px}
#boxes .box_3 .yesno{width:195px}

/* FOOTER */
#footer{width:955px;margin:0 auto}
#copyright{padding:20px 0 0;color:#ccc;font-size:.9em;text-align:center}
#copyright a{color:#ccc}
#copyright a:hover{color:#fff}