body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body{
	font-family: "Microsoft YaHei";
	background:url("body-bg.jpg") top center no-repeat;
}

li {
    list-style: none;
}

img {
	border: 0;
}

a {
    font-family: "Microsoft YaHei";
    text-decoration: none;
	color: #666;
	cursor:pointer;

}

a:link { color: #666; }

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #727272;
    text-decoration: underline;
}

.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline - block
}

* html.clearfix {
	height: 1 %
}

.clearfix {
	display: block
}

.clear {
	clear: both;
	height: 0;
	font: 0 / 0 Arial;
	visibility: hidden
}

