* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #d9dadb;
}

div#container {
	position: relative;
	width: 980px;
}

div#topo {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 980px;
	height: 210px;
	z-index: 1;
}

div#menuesq {
	position: absolute;
	left: 50px;
	top: 90px;
	z-index: 2;
}

div#menudir {
	position: absolute;
	left: 550px;
	top: 90px;
	z-index: 2;
}

div#conteudo {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 980px;
	text-align: left;
	padding: 40px 0px 0px 0px;
	background: url(../images/bgtile.png) repeat-y;
}

div#conteudo_area {
	padding: 0px 50px 0px 50px;
}

div#prerodape { line-height: 0px; }
div#rodape {
	position: relative;
	width: 980px;
	height: 90px;
	background: url(../images/rodape.png) no-repeat;
}

div#half {
	position: absolute;
	left:910px;
	top: 30px;
}

div#idiomas {
	position: absolute;
	left: 520px;
	top: 28px;
	font-size: 10px;
	font-family: verdana;
	color: #7e8420
}