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 **/
#corpo {
	position: relative;
	width: 1020px;
	height: 550px;
	top:50%;
	margin-top: -335px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}

#top {
	position:relative;
	text-align: center;
}
#logo {
	position:relative;
	text-align: center;
}
#logo img {
	padding-top: 0px;
}

#shadow {
	position:relative;
	text-align: center;
	top:-35px;
}

#bottom {
	position:relative;
	text-align: center;
	top:-60px;
}
#left{
	float:left;
	width:340px;
	height:260px;
}
#center{
	margin:auto;
	width:340px;
	height:260px;
}
#right{
	float:right;
	width:340px;
	height:260px;
}

#footer {
	background-color:#171719;
	position:absolute;
	width:100%;
	height:60px;
	bottom:0;
	z-index:2;
}
#footer_left{
	float:left;
	height:50px;
	padding-left:15px;
	padding-top:5px;
}
#footer_right{
	float:right;
	height:50px;
	padding-right:15px;
	padding-top:10px;
}
#footer_center{
	float:right;
	width:400px;
	height:35px;
	padding-right:150px;
	padding-top:25px;
}

#footer_center .text1 {
	color:#616161;
}
#footer_center .text2 {
	color:#ffffff;
}

