* {
    margin:0px;
    padding:0px;
    font-family:'Microsoft YaHei';
}

body {
	background: #FFFFFF;
    height:100%;
    text-align:center;
    overflow:auto;
}

a {
	text-decoration:none;
}

img {
	border:0px;
}

div {
	width:100%;
}

a {
    color: #32679A;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
	color: #32679A;
}

.Div_Width {
	width: 1400px;
}