*{
	padding:0px;
	margin:0px;
}
body{
	background:#f5f5f5;
	font-family:"微软雅黑";
	font-size:14px;
	padding:0px;
	margin:0px;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.fc{
	float:left;
}
.center{
	text-align:center;
}
.border{
	border:1px solid #dedede;
}
.clear{
	clear:both;
	
}
img{
	border:none;
}
img:hover{
	border:none;
	outline:none;
}
a:focus{outline:none;}
.hide {
display: none;
}
.layout {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
background: url("../images/layout-bg.png") repeat;
z-index: 9999;
cursor: pointer;
}


