@charset "utf-8";
/* CSS Document */

* {
	margin:			0px;
	padding:        0px;
}

body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	background:		url(img/bkg.jpg) repeat top left;
	margin-top:		30px;
	color:			#FFFFFF;
}
#left, #right {
	width:			12px;
	background:		url(img/lateral.gif) repeat-y top left;
}
#center {
	width:			900px;
	background:		#000000;
}
#apresenta {
	display:		block;
	background:		#0A0A0A;
	color:			#FFFFFF;
	width:			840px;
	text-align:		left;	
}
