@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body{ margin:0 auto; background-image:url(../images/index-bg.jpg); background-position:center top; background-repeat:repeat-x;}
a{outline: none; /* for Firefox Google Chrome  */behavior:expression(this.onFocus=this.blur()); /* for IE */}


#index-flash{ width:1000px; height:auto; margin:0 auto;}


#footer     { width:1000px; height:auto; margin:5px auto;}
#footer ul  { width:300px; margin:0 auto; padding-left:60px;}
#footer li  { display:block; width:80px; float:left;}
#footer li a{ display:block; color:#666666; font-size:12px; font-family:Arial; line-height:22px; text-decoration:none; opacity:1;filter:Alpha(opacity=100);}
#footer li a:hover{opacity:.7;filter:Alpha(opacity=70);}
#footer p   { color:#666666; font-size:12px; font-family:Arial; line-height:18px; text-align:center;}
#footer img { float:left; }