/* CSS Document */
html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/* layout */
div#container{
	position: relative;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
html>body #container {
	height: auto;
}
div#wrapLeft{
	float: left;
	width: 50%;
	margin-left: -388px;
}
div#leftSide{
	margin-left: 388px;
	background-repeat: repeat-x;
}
div#content{
	float: left;
	width: 776px;
	padding-bottom: 70px; /* ALTURA DO FOOTER*/
}
div#wrapRight{
	float: right;
	width: 49.9%;
	margin-left: -388px;
	background-image: url(../images/backgound/rightBgTapaFuro.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div#rightSide{
	margin-left: 388px;
	background-repeat: repeat-x;
}
div#footer{
	clear: both;
	position: absolute;
	width: 100%;
 	bottom: 0 !important;
 	bottom: -1px; /* For Certain IE widths */
	text-align: center;
}
div#contentFooter{
	width: 776px;
	text-align: left;
	margin:0 auto;
}