*{
	margin: 0px;
	padding: 0px;
}
body{
	width: 1200px;
	margin: 0px auto;
	background-color: #EDEEE8;
}
#mainBox{
	width: 800px;
	height: 250px;
	margin-top: 50px;
	margin-left: 250px;
	border: 0.5px dashed #88C3DE;
	background-color: #88C3DE;
	position: relative;
}
#titleAfp{
	width: 450px;
	height: 30px;
	font-size: 30px;
	margin-left: 400px;
	margin-top: 140px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#downloadBox img{
	width: 120px;
	height: 120px;
	position: absolute;
	left: 35px;
	top: 70px;
}
.downBtnBox{
	width: 650px;
	height: 100px;
	font-size: 26px;
	color: #grey;
	position: absolute;
	left: 205px;
	top: 90px;
}
a{
	text-decoration: none;
	color: #000000;
}
