body {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	background: url(../images/bg.jpg) center top no-repeat white;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #7a8f9b;
}

a:link {
	color: #7a8f9b;
}
a:visited {
	color: #7a8f9b;
}
a:active {
	color: #ccc;
}
a:hover {
	color: #ccc;
}

img{border:0px;}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

#baseDiv {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.baseDiv {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.main-nav {
	position: relative;
	width: 1000px;
	height: 120px;
	z-index: 3;
}

.main-nav .logo {
	float: left;
	width: 225px;
	height: 120px;
}

.main-nav .nav-item {
	float: left;
}

.main-nav .slogan {
	float: left;
}

.main-nav .language {
	float: left;
}

.footer {
	position: relative;
	width: 1000px;
	background: url(../images/footer_bg.png) center top no-repeat white;
	line-height: 16px;
	font-size:12px;
}

.footer .footer-top {
	padding: 10px 30px 0px 65px;
	height: 50px;
}

.footer .footer-top .icp {
	float: left;
}

.footer .footer-top .copyright {
	float: left;
	width: 500px;
	text-align: center;
}
.footer .footer-top .links {
	float: right;
}

.footer .footer-bottom {
	padding: 0px 30px 0px 30px;
}
