@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0px;
	outline:none;
	/*list-style:none;*/
	font:12px Arial;
	text-decoration:none
}
* img{border:none}
body{
	background-color:#ffffff;
	text-align:center;	
	background: #000 url(../img/matagal.jpg) top center no-repeat;	
}

#wrapper{
	/*border:solid 1px red;/*fim*/
	background: url(../img/base.jpg) center no-repeat;	
	width:730px;
	height:430px;
	margin:34px auto 0;


}
#footer{
	/*border:solid 1px red;/*fim*/
	color:#333333;	
	width:750px;
	height:20px;
	margin:0px auto;

}
