html, body, form { 
	margin:0px; 
	padding:0px; 
	width:100%;
	height:100%;
}

body {
	background-color:#E8E8E8;
	background-image:url(imgs/bg.gif); 
	background-position:top; 
	background-repeat:repeat-x;
}

/* DIVs */

#geral {
	width:800px;
	height:440px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-220px;
	margin-left:-400px;
}

#box_esq {
	background-color:#FFFFFF; 
	background-image:url(../imgs/intro/mapa.gif); 
	background-position:center center; 
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:400px;
	text-align:center;
}

#box_dir { 
	background-color:#006553;
	position:absolute;
	top:0px;
	left:401px;
	width:400px;
	height:400px;
}

#selecao {
	position:absolute;
	left:40px;
	top:160px;
	width:208px;
	height:20px;
}

.idioma {
	position:absolute;
	color:#D1E063; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	width:75px;
	height:20px;
}

.en {
	left:40px;
	top:197px;
}

.pt {
	left:125px;
	top:197px;
}

.de {
	left:40px;
	top:228px;
}

.es {
	left:125px;
	top:228px;
}

.pl {
	left:40px;
	top:259px;
}
 

#rodape {
	color:#999999;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	background-color:#E8E8E8;
	position:absolute;
	left:0px;
	top:401px;
	width:800px;
	height:40px;
}

/* Links */
a { text-decoration:none; }
a:link { color:#999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #999999; text-decoration: underline; }
a:active { text-decoration: none; }

a.language { text-decoration:none; }
a.language:link { color:#D1E063; text-decoration: none; }
a.language:visited { color: #D1E063; text-decoration: none; }
a.language:hover { color: #D1E063; text-decoration: underline; }
a.language:active { text-decoration: none; }