body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/common_images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#warrpy {
	margin: auto;
	width: 990px;
}
#warrpy .topMenuBox {
	float: left;
	height: 112px;
	width: 990px;
}
#warrpy .mainContainBox {
	float: left;
	width: 990px;
}
#warrpy  .footerBox{
	width: 990px;
	margin: auto;
}
#warrpy .footerImageBox {
	float: left;
	height: 100%;
	width: 990px;
	background-image: url(../images/common_images/footer_bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
}

#warrpy .mainContainBox .pageIndex {
	float: left;
	height: 460px;
	width: 990px;
}
#warrpy .mainContainBox .pageAbout {
	background-image: url(../images/about_images/about_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 500px;
	width: 990px;
}
#warrpy .mainContainBox .pageService {
	background-image: url(../images/serivce_images/service_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 839px;
	width: 990px;
}
#warrpy .mainContainBox .pageProjects {
	background-image: url(../images/projects_images/projects_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 1140px;
	width: 990px;
}
#warrpy .mainContainBox .pageContact {
	background-image: url(../images/contact_images/contact_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 485px;
	width: 990px;
}
.pageIndex .leftBox {
	float: left;
	height: 460px;
	width: 248px;
	background-color: #3C3D41;
}
.pageIndex .leftBox img {
	height: 152px;
	width: 248px;
	margin-top: 308px;
}
.pageIndex .rightBox {
	float: left;
	height: 460px;
	width: 742px;
}

.pageContact .contactBox {
	float: right;
	height: 335px;
	width: 770px;
	margin-top: 151px;
}
