@charset "utf-8";
/* CSS Document */

body
{
	background:#000;
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#b3b3b3;
	position:relative;
	margin:0;
}
img {
	border:0;
}
div.header {
	width:100%;
	position:relative;
	height:32px;
	background:#262626;
	color:#838383;
}
div.header li {
	padding-top:8px;
	display:inline;
	float:right;
	padding-left:30px;
}
div.header li a:link, a:active, a:visited{
	color:#838383;
	text-decoration:none;
}
div.header li a:hover{
	color:#fff;
	text-decoration:none;
}
div.wrapper-home
{
	width:1020px;
	height:768px;
	margin:0 auto;
	position:relative;
	background:url(../images/bg-home.jpg) no-repeat;
}
div.wrapper-weplan
{
	width:1020px;
	height:768px;
	margin:0 auto;
	position:relative;
	background:url(../images/bg-weplan.jpg) no-repeat;
}
div.wrapper-wemanage
{
	width:1020px;
	height:768px;
	margin:0 auto;
	position:relative;
	background:url(../images/bg-wemanage.jpg) no-repeat;
}
div.wrapper-weaccomplish
{
	width:1020px;
	height:768px;
	margin:0 auto;
	position:relative;
	background:url(../images/bg-weaccomplish.jpg) no-repeat;
}
div.wrapper-contact
{
	width:1020px;
	height:768px;
	margin:0 auto;
	position:relative;
	background:url(../images/bg-contact.jpg) no-repeat;
}
div.left-section
{
	width: 490px;
	float:left;
	position:relative;
	padding-left:30px;
	padding-top:50px;
}
div.left-section2
{
	width: 700px;
	float:left;
	position:relative;
	padding-left:30px;
	padding-top:50px;
}
div.right-section
{
	width: 375px;
	float:right;
	padding-top:90px;
	padding-right:60px;
	position:relative;
}
div.right-section2
{
	width: 470px;
	float:right;
	padding-top:90px;
	padding-right:40px;
	position:relative;
}
div.right-section3
{
	width: 350px;
	float:left;
	padding-top:80px;
	padding-left:20px;
	position:relative;
}