/****************** Estrutura *****************/
#allContainer {
	min-height:100%;
	position:relative;
	}	
	#container {
		width:775px;
		margin:auto;
		padding-bottom:78px;
		}
		#container after{
			content:".";
			display:block;
			clear:both;
			visibility:hidden;
			height:0;
			overflow:hidden;
			}
			
		#header {
			width:775px;
			margin:auto;
			height:231px;
			}
			#header_menu {
				width:775px;
				height:39px;
				background-image:url(../images/bg-menu.jpg);
				background-position: top left;
				background-repeat:no-repeat;
				}
				
		#content {
			width:775px;
			background-color:#e5e5e5;
			padding-top:20px;
			}
		#content-left {
			float:left;
			width:588px;
			}	
		#content-right {
			float:right;
			width:165px;
			}
			#content-right p{
				padding-top:5px;
				color:#FFF;
				}
				
		#footer {
			height:68px;
			width:100%;
			clear:both;
			position:absolute;
			bottom: 0px;
			z-index: 20;	
			background-image:url(../images/bg-footer.jpg);
			background-position:left;
			background-repeat:repeat-x;
			}				