﻿
	 
#DVItemTopo
{

	background-image: url(imagens/menu.png);
	background-repeat:no-repeat;
	margin-top::0px;
	padding-top:0px;
	background-position:center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	position:relative;
	z-index:2;
	
	left: 12px;
	top: 2px;
	
}


#DVItemRodape
{
    
	background-color:#222222;
    background-repeat: no-repeat;
	margin-bottom:-100px;
	padding-bottom:0 px;
    background-position:bottom;
    width: 100%;
    height: 166px;
    position:relative;
	bottom:0px;
    clear: both;
	z-index:4
	
}
