body{
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:center;
	background-color: #000;
	background-repeat: repeat-x;
}
.ie7 body{
	overflow:hidden;
}
.box {
	background-color: #009966;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 1000px;
}
.logo {
	background-repeat: no-repeat;
	float: left;
	height: 122px;
	width: 150px;
	position: absolute;
	left: 13px;
	top: 7px;
}
.bottom {
	background-color: #282828;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 100%;
	background-position: bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: left;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	float: left;
	line-height: 14px;
	padding-left: 20px;
	padding-top: 10px;
}
.text2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.contact-box {
	float: right;
	height: 370px;
	width: 1000px;
	margin-top: 150px;
	background-color: #282828;
}

.work-area {
	float: right;
	height: 150px;
	width: 1000px;
	margin-top: 370px;
	background-color: #282828;
	background-position: bottom;
	position: fixed;
}

.bottom2 {
	background-color: #282828;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 100%;
	background-position: bottom;
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-align: left;
}
