@charset "utf-8";
/* CSS Document */
body { background:#888 url(../images/bg.jpg);
       margin:0;
	   padding:0;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:12px;
	   color:#333;
      }
img{border:0;}
a:link {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

/*Home*/
#home_logo { width:320px;
             height:302px;
			  margin:20px auto;
          }
.fla {width:320px;
      height:100px;
	 }
.fla_blank {width:217px;
            height:206px;
			}
#home_lan {width:300px;
           height:30px;
		   margin:50px auto;
		    }

#home_rights{width:300px;
            height:30px;
			line-height:30px;
			font-weight:700;
			color:#a5a5a5;
			padding-left:25px;
			padding-top:120px;
			}
ul{ list-style:none;
    margin:auto;     
				 }
li{ margin-left:14px;
    *margin-left:45px;
   _margin-left:23px;
    width:80px;
      float:left;}
#home_footer {width:500px;
              height:28px;
			  color:#500224;
			  margin:auto;
			  font-size:11px;
			  text-align:center;
			  }	  
#home_footer a:link {
	font-size: 12px;
	color: #500224;
	text-decoration: underline;
}
#home_footer a:visited {
	font-size: 12px;
	color: #500224;
	text-decoration: underline;
}
#home_footer a:hover {
	font-size: 12px;
	color: #55132d;
	text-decoration: none;
}



