@charset "utf-8";
/* CSS Document */

html, body {height:100%;} 
body {
	background-image: url(http://aeromedia.com.br/images/bg_degrade.png);
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	margin:0; 
	padding:0;
	text-align:center;
	}
#tudo { 
	width:960px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	}
* html #tudo {height: 100%;}
#conteudo {padding-bottom:112px;}
#topo {
	width:960px;
	height:135px;
	text-align:left;
	}
#menu {
	clear:both;
	background-image:url(http://aeromedia.com.br/images/menu.png);
	padding-top: 8px;
	width: 960px;
	height: 26px;
	text-align:left;
	margin-bottom: 10px;
	}
#principal {
	width:960px;
	}
#principal_submenu {
width: 205px;
float: left;
left: 0;
}
#principal_conteudo {width: 745px; float: right; right: 0;}
#rodape {
	position: absolute;
	clear:both;
	width:960px;
	bottom: 0;
	text-align:left;
	}
.clear {
	clear:both;
	}
