@charset "UTF-8";
/* CSS Document */
* { margin:0; padding:0; }
a img { border-style:none; } 
ul li { list-style-type:none; margin:0; padding:0; }
html, body { font-family:Arial, Helvetica, sans-serif; background-color:#FFF; height:100%; overflow-x:hidden; }
#wrap { min-height:100%; }

#header { width:100%; height:80px; overflow:hidden; background-color:#000; }
#footer { position:relative; display:inline; float:left; width:100%; height:80px; margin-top:-80px; background-color:#000; }
.float_right_head { position:relative; display:inline; float:right; width:50px; height:70px; }
.float_left_head { position:relative; display:inline; float:left; width:50px; height:70px; }

#main { overflow:auto; margin:0px auto; width:1000px; text-align:justify; font-size:.75em; padding-bottom:80px; height:100%;   }