body{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: url(../img/bg2.jpg) no-repeat fixed top;
	background-size: 100%;
}
main{
	text-align: center;
	width: 100%;
	height: 80%;			
}
.imglogo{
	margin-top:10%;
}
.business{
	margin: 5% auto;
	width: 260px; 
	text-align: left;
}
.business ul li{
	line-height: 50px;
	font-size: 20px;
	color: darkblue;
	list-style-type: none;			
	background: url('../img/play.jpg') no-repeat 0 15px;
	background-size: 20px 20px;
	text-indent: 40px;
}
.hr{
	margin-top: 3%;
	margin-bottom: 2%;
	height: 3px;
	width: 100%;
	background: url(../img/hr.jpg) top;
}
p{
	margin: 0;
	line-height:1.8em;
	font-size: 12px;
	color: gray;
}
