/*  
Chimarron - Promoção Dia Internacional da mulher!
******************************************************
Agência: ATO interativo agência web 
Diretor: Felipe Gazolla
Design by: Hugo Bonfat
CSS + XHTML: Fernanda Carolina
Country: Brasil
Last CSS update: 01/2008
Note: Folha padrão web
******************************************************
Copy something of someone is WRONG, but copy 
from lot's of places is RESEARCH!
Don't let the puppies sad!
******************************************************
*/

* {
padding:			0px;
margin:				0px;
}
body{
padding:        	0;
margin:				0;
text-align:			center;
font:				15px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:		        #4C0700;
background:	        #DAACD3 url(img/bg.jpg) left top repeat-x;
}
#site{
width:				930px;
height:				auto;
margin:				0 auto;
text-align:			left;
padding:        	10px;
}
#topo{
width:				930px;
height:				279px;
background:	        url(img/bg_topo.jpg) center top no-repeat;
}
#rodape {
width:				930px;
height:             385px;  
margin:				auto;
background:	        url(img/bg_rodape.png) center top no-repeat;
z-index:            9;
position:           absolute;
}

#envolve_rodape {
width:				auto;
height:             130px;
background:	        #B67FAE;
z-index:            1;
position:           relative;
top:                250px;
}
h1{
font-size:          22px;
margin-bottom:      10px;
}
p{
margin-bottom:      5px;
}
a:hover{
color:              #fff;
}
a{
color:              #4C0700;
}
