@charset "utf-8";
/* CSS Document */
	
*{
		margin:0;
		padding:0;
		}
		
body{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif,"宋体";
		background:url(../images/b_g.jpg) no-repeat top center;
		}
		
a{
		color:#000;
		text-decoration:none;
		border:none;
		}
		
a:hover{
		text-decoration:none;
		border:none;
		}

ul{
		list-style:none;
		}
		
li{
		list-style:none;
		}		
		
img{
		border:0;
		}
.clear{
		clear:both;
	}	
