html, body, h1, h2, h3, h4, ul, li {
	height:auto;
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

body {
	text-align: center;
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0099CC),
		color-stop(1, #000000)
		);
		background-image: -o-linear-gradient(bottom, #0099CC 0%, #000000 300px);
		background-image: -moz-linear-gradient(bottom, #0099CC 0%, #000000 300px);
		background-image: -webkit-linear-gradient(bottom, #0099CC 0%, #000000 300px);
		background-image: -ms-linear-gradient(bottom, #0099CC 0%, #000000 300px);
		background-image: linear-gradient(to bottom, #0099CC 0%, #000000 300px);
}

/** layout **/
#corpo {
	position: relative;
	width: 1020px;
	height: 1500px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	position:relative;
	width:100%;
	bottom:0;
}
#footer_top{
	background-color:#0099CC;
	position:relative;
	height:14px;
}
#footer_bottom{
	background-color:#ffffff;
	position:relative;
	height:300px;
}
