#wrapper3 {
	margin:0 auto;
	padding: 20px 40px 20px 40px;
	width:800px;
	border: 1px solid gray;
	color:black;
	background: white;
	font-family: Gill Sans,Courier, Helvetica Neue, Helvetica, sans-serif;
	text-align: justify;
}

.title {
	font-size: 1.4em;
}
.name {
	font-size: 2em;
}
p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-left: 20px;
}

#wrapper3 a {
	font-size: 1.2em;
	letter-spacing: 0em;
}
.download {
	float: right;
	text-align: center;
}
.download img {
	width: 40px;
	border: none;
}

.info {
	font-size: 1.2em;
	padding-bottom: 30px;
	line-height: 1.2em;
	margin-top: 7px;
}

