@charset "UTF-8";
body {
	margin: 0px;
	background-color: #000000;
}

#divWrapper {
	position: relative;
	width: 986px;
}

#divLandTop {
	height: 150px;
	width: 986px;
}

#divLandLogo {
	float: left;
	height: 530px;
	width: 300px;
}

#divLandTextWrapper {
    float: left;
	height: 530px;
	width: 666px;
	margin-right: 20px;
}

#divLandCompany {
	margin-top: 267px;
}

#divLandServices {
	text-align: center;
	width: 666px;
	margin-top: 30px;
}

#divLandFooter {
    clear: both;
    height: 150px;
	width: 986px;
}

