/* CSS Document */
body {margin:0;padding:0;background-color:#f4f4f4;font-family:"Trebuchet MS", Tahoma, sans-serif; font-size:12pt;}
ul li {list-style-image:url(../images/list-bullet.gif);}
h1 {margin:0;}
#main {
	margin:0 auto 0 auto;
	width:870px;

	}
#header {
	width:870px;
	height:198px;
	background:url(../images/header-bkg.jpg) no-repeat;
	}
	
#corpo {
	width:870px;

	background:url(../images/bkg.jpg) repeat-y;
	}
	
	
#footer {
	width:870px;
	height:49px;
	background:url(../images/footer-bkg.jpg) no-repeat;
}


