body
{
	margin: 0px;
	padding: 0 0 40px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	background-image: url(../imagens/fundo.jpg);
}
#rodape
{
	/*overflow: auto;*/
	width: 100%;
	height: 40px;
	/*position: absolute; */
	bottom: 0;
	left: 0;
	background: #FFF;
	padding: 10px 0px;
	font-size: 11px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #666;
	text-align: center;
}
#bottomSpace
{
	 clear: both;
	 position: relative;
	 height: 60px;
}
/*@media screen
{
	body>div#rodape
	{
		position: fixed;
	}
}*/