@charset "utf-8";
body
{
	overflow-x:hidden;
}
.middle_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 370px;

}
.footer {
	background-image: url(../images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.box1 {
	background-image: url(../images/box1_new.png);
	background-repeat: no-repeat;
	height: 439px;
	width: 439px;
}
.text_matter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.box2 {
	background-image: url(../images/box2_new.png);
	background-repeat: no-repeat;
	height: 439px;
	width: 375px;
	background-position:center;
}

.box3 {
	background-image: url(../images/box3_new.png);
	background-repeat: no-repeat;
	height: 435px;
	width: 343px;
}


.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.more:hover {
	
	color: #56edff;
	text-decoration: none;
}

 
