*{
	margin: 0px;
	padding: 0px;
}
header{
	margin-top: 20px;
	margin-bottom: 30px;
}
header img{
	width: 47%;
}
section img{
	width: 47%;
}
section > div{
	/*font-size:14px;*/
	color: #7b7b7b;
}
section > div .right{
  
    float: right;
}
section > div span{
	font-size: 16px;
    margin-bottom: 10px;
}

section > div button{
	margin:50px;
	margin-top:10px;
}
section > div button img{
	width: 18px;
}
section > div p{
	margin-left: 25px;
}
footer ul{
	margin-top: 85px;
	list-style: none;
}
footer ul li{
	text-align: center;
	float: left;
	width: 33%;
}
