/*----------resert----------*/
html {
filter:expression(document.execCommand("BackgroundImageCache", false, true));
} /* enable background image caching in IE6 */
* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	vertical-align:baseline;
}
/*----------geral----------*/
body {
	background-color:#1b0d08;
	background-image:url(img/fundo.png);
	background-repeat:repeat-x;
}
p {
	padding-bottom:25px;
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b09c7c;
	font-size:11px;
	letter-spacing:0.4em;
	text-decoration: none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b09c7c;
	font-size:11px;
	letter-spacing:0.4em;
	text-decoration: none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.4em;
	text-decoration: none;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b09c7c;
	font-size:11px;
	lletter-spacing:0.4em;
	text-decoration: none;
}
#corpo {
width:300px;
height:300px;
position:absolute;
top:50%;
left:50%;
margin-top:-150px;
margin-left:-150px;
}
.marca {
	position:absolute;
	width:300px;
	height:104px;
	display: block;
	background:url(img/tato-arquitetura.png) 0 0 no-repeat;
}
.construcao{
	position:absolute;
	top:104px;
	width:300px;
	height:75px;
	background:url(img/construcao.png) no-repeat;
	margin:20px 0;
}
.conteudo {
	position:absolute;
	top:220px;
	width:300px;
	height:84px;
	display: block;
	background:url(img/conteudo.png) 0 0 no-repeat;
}
.conteudo:hover {
	background:url(img/conteudo-on.png) 0 0 no-repeat;

