body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCE968;
	background-image: url(/images/fundo.jpg);
	background-repeat:repeat-x;
	margin:0px;
	
}

/* style for IE Mac */
#containerPrincipal {
	width: 778px;
	height: 420px;
	margin: 0 auto;
}

/* 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;
}
/*end of IE Mac Hack*/