html, body {
	height:100%;
	margin:0px;
	background-color:#black;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
div a{
	cursor:pointer;
}

#main{
	width:100%;
	min-height: 100%;
	position:relative;
	margin:auto;
}
#topo{
	width:100%;
	height:100px;
	background-color:#004f81;
}
#conteudo{
	width:960px;
	min-height: 100%;
	position:relative;
	background-color:#FFF;
	margin:auto;
}
* html #main {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
#tec{
	margin-top:40px;
	width:450px;
	float:left;
	text-align:center;
	color:#004f81;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#tec a{
	text-decoration:none;
	color:#004f81;
}
#mettul a{
	text-decoration:none;
	color:#004f81;
}
#tec img{
	margin-top:20px;
	margin-bottom:20px;
}
#mettul img{
	margin-top:20px;
	margin-bottom:20px;
}
#mettul{
	margin-top:40px;
	width:450px;
	text-align:center;
	color:#004f81;
	float:left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#clear{
	clear:both;
}
#promo{
	margin-left:17%;
	width:400px;
	height:148px;
	background-image:url(img/promo.jpg);
	background-repeat:no-repeat;
	color:#004f81;
	font-size:100%;
	background-position: bottom;
	text-align: center;
	margin-top: -100px;
}
.line{
	margin: inherit;
}
.red{
	color:#F00;
	font-weight: bold;
	font-size: 105%;
	font-style: italic;
}
hr{
	width:400px;
	border-color: #039;
}
a {
	text-decoration:none;
}
