* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
body {
	background-color: #232727;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 150px;
	text-align: center;
	color: #AFD8EF;
}

#contentor-geral {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#cabecalho {
	height: 284px;
	width: 590px;
	position: relative;
	margin-top: 50px;
}
#lang {
	position: absolute;
	left: 315px;
	top: 132px;
	width: 289px;
}
#lang a {
	float: left;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 20px;
	line-height: 22px;
}


#logo {
	height: 100px;
	width: 277px;
	position: absolute;
	left: 2px;
	top: 48px;
}
#assinatura {
	height: 11px;
	width: 220px;
	position: absolute;
	left: 63px;
	top: 137px;
	background-image: url(../imagens/conteudos/high-value-for-communication.jpg);
	background-repeat: no-repeat;
}
#assinatura h1 {
	text-indent: -9999px;
}

#pt:link, #pt:visited {
	background-image: url(../imagens/decor/pt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-right: 10px;
}
#pt:hover, #pt:active {
	color: #232727;
	background-color: #CCCCCC;
}
#en:link, #en:visited {
	background-image: url(../imagens/decor/en.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	padding-right: 10px;
}
#en:hover, #en:active {
	color: #232727;
	background-color: #CCCCCC;
}

