body {
	background: url('bg.png') repeat-x top center;
	text-align: center;
}
#wrapper {
text-align: left;
width: 800px;
height: auto;
margin: 0 auto;
font-family: Verdana, Arial;
/*border-bottom: 1px solid #ccc;*/
overflow: hidden;
padding-bottom: 40px;
position: relative;
}
h1 {
background: url('logo_png.png') no-repeat left top;
width:100%;
height:83px;
text-indent: -9999px;
margin-bottom: 45px;
margin-top: 5px;
padding-top:0;
}
h1 a {
display:block;
width:100%;
height:83px;
}
form{
width: 290px;
height:auto;
background-color:#EDEFF4;
border: 1px solid #DAE0EA;
padding: 30px;
float: left;
font-size: 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
label {
display:block;
color: #000;
}
.field {
width: 100%;
height: 30px;
margin-top: 10px;
margin-bottom: 5px;
font-size: 20px;
font-family: Verdana, Arial;
}
#texto {
	float: right;
	width: 410px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 180%;
}
p {
margin-top: 0;
padding-top: 0;
}
#midia {
font-size: 11px;
border: 1px solid #c33;
padding: 20px;
text-align: center;
margin-bottom: 50px;
position: relative;
background: url('download.png') no-repeat 630px center #fcc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#midia a {
	color: #000;
}
#midia a:hover {
	color: #000;
	text-decoration: none;
}
#anunciar {
	position: absolute;
	top: 20px;
	right: 10px;
	color: #fff;
	font-family: Century, Georgia, serif;
	font-size: 50px;
}
.arrow {
	width: 51px;
	height: 43px;
	background: url('arrow.png') no-repeat center center;
	position:absolute;
	top: 53px;
	left: 40px;
}	
#revista {
	width: 100px;
	height: 26px;
	background: url('revista.png') no-repeat 80px center;
	display:block;
	padding: 3px;
	float: left;
}
#site {
	width: 100px;
	height: 26px;
	background: url('site.png') no-repeat 60px center;
	display:block;
	padding: 3px;
	float: left;
}
#footer {
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	border-bottom: 1px solid #666;
	background:url('address.png') no-repeat 50px center #EDEFF4;
	position: relative;
}
address {
	font-style: normal;
	font-size: 10px;
	height: 32px;
	display:block;
	position: absolute;
	left: 100px;
	top: 15px;
	font-family: Verdana, Arial;
}
#links {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top:0;
	position: relative;
	font-family: Verdana, Arial;
	font-size: 10px;
	padding: 10px;
}
#links {

}
#links ul {
	float: right;
	padding:0;
	margin:0;
}
#links ul li {
	list-style-type: none;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial;
	margin-right: 30px;
	margin-left: 0;
}
#veiculo {
	border: 1px solid #999;
	padding: 10px;
	background-color: #e0e4ee;
	overflow:hidden;
	margin-bottom: 20px;
	width: 90%;
}
#error {
	border: 1px solid red;
	padding: 10px;
	background: url('error.png') no-repeat 10px center #fcc;
	padding-left: 80px;
	margin-bottom: 20px;
}
#obrigado {
	border: 1px solid green;
	padding: 10px;
	background: url('ok.png') no-repeat 10px center #cfc;
	padding-left: 80px;
	margin-bottom: 20px;
}