body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	background-color:#000;
	color: #FFF;
}

#tudo {
	width:990px;
	height:100%;
	background-color: #FFF;
}

#logo {
	width:300px;
	height:100%;
	float:left;
	background-color:#000;
}

#page {
	width:690px;
	height:100%;
	float:right;
	background-color:#000;
	text-align: justify;
}

a:link {
	color: #36F;
	text-decoration: none;
}

a:visited {
	color: #36F;
	text-decoration: none;
}
a:hover {
	color: #ff0;
	text-decoration: underline;
}
a:active {
	color: #Ff0;
	text-decoration: underline;
}
.titulos {
	font-weight: bold;
	color: #FF0;
	font-size: 24px;
	text-align: center;
}
.textos {
	text-align: left;
}
li {
	text-align: left;
}

.textos_right {
	text-align: right;
}
td {
	color: #FFF;
}