* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000000;
	background-image : url('i/bg.gif');
}
#main {
	width:778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}
#logo {
	width: 778px;
	height:120px;
}
#capa {
	width: 540px;
	height:120px;
}
#mailing {
	width: 186px;
	height:18px;
}
#menu {
	height:30px;
	position : relative;
	top: 8px;
	left: 14px;
	float: left;
}
#lang {
	height:30px;
	position : relative;
	top: 8px;
	right: 14px;
	float: right;
}
#conteudo {
	position : relative;
	top: 30px;
}
#destaque {
	width:540px;
	position : relative;
	left: 14px;
	float: left;
	text-align : justify;
}
#news {
	width:186px;
	position : relative;
	right: 14px;
	float: right;
}