@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a img {
border-width:0;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

#conteudo {
	height:800px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	text-align: center;
}

#espaco {
	height:100px;
	width:auto;
}

#portugues {
	margin-left:5px;
	width:218px;
	text-align:center;
	float:left;
	text-decoration:none:
}

#ingles {
	float:right;
	text-align:center;
	margin-right:5px;
	margin-top:15px;
	text-decoration:none;
}