html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

body {
	height:auto;
	background: #ffffff;
	text-align: center;
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

/** layout **/
#box {
	position: absolute;
	width: 970px;
	height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -485px;
	margin-top: -280px;
	z-index:2;
}

#logo {
	position:relative;
	text-align: center;
}
#logo img {
	padding-top: 30px;
}

#donativo {
	position:relative;
	text-align: center;
	width:970px;
	height:127px;
}

#donativo_banner {
	position:absolute;
	text-align: center;
}
#donativo_banner img {
	padding-top: 5px;
}
#donativo_valor{
	position:absolute;
	text-align: right;
	width:970px;
}
#donativo_valor h1{
	margin-bottom: 0em;
	margin-top: 24px;
	margin-right:285px;
	font-size: 75px;
}

#nib {
	position:relative;
	text-align: center;
}
#nib img {
	padding-top: 0px;
}

#urgente {
	position:relative;
	text-align: center;
}
#urgente img {
	padding-top: 5px;
}

#vermais {
	position:relative;
	margin-bottom: 0em;
	margin-top: 0px;
	margin-left:215px;
	text-align: left;
	font-size: 20px;
	font-style:italic;
}
#vermais a {
	color: #FFFFFF;
	text-decoration: none;
}
#vermais a:hover {
	color: #808080;
	text-decoration: none;
}

#zinfor {
	position:relative;
	text-align: right;
}
#zinfor img {
	padding-top: 0px;
}
