﻿*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	height:100%;
	color:#fff;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	background-color:#4a412c;
}
#containner{
	position:relative;
	min-height:100%;
}
* html #containner{
	height:100%;
}

/***************************************************************************
***************************************************************************/

html>body #conteudo{
	background:url(../img/theart.png) no-repeat;
}
#conteudo {
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
	width:500px;
	height:500px;
}
#conteudo span{
	display:block;
	height:500px;
}
#conteudo img{
	display:none;
	width:500px;
	height:500px; 
}

/***************************************************************************
***************************************************************************/

#rodape{
	background-color:#251d0f;
	position:relative;
	height:20px;
	margin-top:-20px;
}
#rodape #info{
	width:525px;
	display:table;
	height:20px;
	text-align:center;
	margin:0 auto;
}
#rodape #info address{
	font-style:normal;
	padding-top:3px;
	float:left;
}
#rodape #info img#greco{
	margin-top:7px;
	margin-left:8px;
	float:right;
}
a{
	color:#a29061;
	text-decoration:none;
	background:none;
}
a:hover{
	text-decoration:underline;
}