body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	line-height: 200%;
}
.bold {
	font-weight: bold;
	color: #FFFFFF;
}
#logos {
	background-color: #FFFFFF;
	float: none;
	height: 200px;
	width: 698px;
	margin-top: 50px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}


#principal {
	float: none;
	height: 400px;
	width: 698px;
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 100px;
	background-color: #333333;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
