body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #BFBBAF;
	background-image: url(../images/fundo.gif);
	background-repeat: repeat;
	margin:0px;
}

/* style for IE Mac */
#containerPrincipal {
	width: 778px;
	height: 420px;
	margin: 0 auto;
	background-color: #000000;	
}

/* rule for all other browsers \*/
#containerPrincipal {
	position:absolute;
	width: 778px;
	height: 420px;
	top: 50%;
	left: 50%;	
	margin-top: -210px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -389px;
	background-color: #000000;
}
/*end of IE Mac Hack*/

#containerMenu {
	position:relative;
	width: 778px;
	height: 57px;
	background-color: #000000;
	background-image:url(../images/menu/fundo_menu.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
}

#containerMenu img {
	float: left;
	padding-left: 12px;
	padding-top: 22px;
}

