* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}

img, div, h1 { behavior: url(/css/iepngfix.htc) }

body {
	background: #023173 url(../img/back.jpg) repeat;
	font-family: Arial;
	font-size: 80%;
	color: white;
}

a {color: white;}

p {margin: 12px 0;}

h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -165px;
	width: 330px;
	height: 144px;
	/*background: url(../img/logo.png) no-repeat center center;
	text-indent: -10000px;*/
	z-index: 3;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 120px 0 22px 0;
	text-align: center;
}

h3 {
	font-size: 100%;
	text-align: center;
	margin: 30px 0;
}
div#containercontato {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 388px;
	height: 425px;
	margin: -250px 0 0 -193px;
	background-color: #023173;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div#contato {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 347px;
	_width: 347px;
	padding: 20px;
	margin: -250px 0 0 -193px;
}

div#contato p {
	float: left;
	margin: 0;
}
div#contato p label {
	float: left;
	width: 80px;
	height: 23px;
	text-align: right;
	margin: 3px 0 0;
	_margin: 0 0 0;
}

div.campos {
	width: 263px;
	height: 23px;
	background: url(../img/campo.gif) no-repeat;
	float: left;
	margin: 0 0 13px 0;
	margin: 0 0 10px 0;
}

div#campomsg {
	width: 263px;
	height: 111px;
	background: url(../img/campomsg.gif) no-repeat;
	float: left;
}

div#contato input {
	width: 250px;
	height: 15px;
	margin: 4px 0 0 6px;
	_margin: 0 0 0 6px;
	color: black;
	border: none;
	background: none;
}

div#contato textarea {
	width: 250px;
	height: 105px;
	margin: 4px 0 0 6px;
	color: black;
	border: none;
	background: none;
	font-family: Arial;
	font-size: 100%;
}
div#contato p#botao {
	float: none;
	text-align: right;
	margin: 5px;
	clear: both;
}
div#contato input#button {
	width: 68px;
	height: 22px;
	text-indent: -10000px;
}
div#footer {
	text-align: center; 
	position: absolute; 
	bottom: 0; 
	float: left; 
	background: #023173; 
	width: 100%; 
	padding: 10px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}