@charset "UTF-8";
@import url(lib/reset.css);
@import url(http://fonts.googleapis.com/css?family=News+Cycle);

.box {
	background-color: rgba(19, 75, 20, 0.75);
	width: 530px;
	height: 720px;
	margin: 0 auto;  
}
.box h1 {
	background: url('../img/logo-prontomec.png') no-repeat 0 112px;
	width: 223px;
	height: 232px;
	padding-top: 112px;
	margin: 0 auto;
}

.box h2 {
	color: #fff;
	font: bold 32px/1em 'News Cycle';
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0;
} 

.box p {
	width: 80%;
	color: #fff;
	font: 20px/1.2em 'News Cycle';
	text-align: center;
	margin: 0 auto 15px;
} 

a.download {
	width: 141px;
	height: 43px;
	display: block;
	background: url('../img/pdf.png') no-repeat;
	margin: 0 auto;
}