* {margin: 0px; padding: 0px; list-style: none; border: none}
body {background-color:#000033; background-image:url(img/bg.gif)}
#box {
	height: 400px;
	width: 650px;
	background-image: url(/img/box.png);
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#sites {
	width: 200px;
	position: absolute;
	left: 428px;
	top: 119px;
}
#sites li {
	float: left;
	height: 28px;
	width: 200px;
	margin-bottom: 5px;
	background-image: url(/img/mn-on.gif);
}
#textos {
	width: 340px;
	height: 230px;
	position: absolute;
	left: 40px;
	top: 124px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #000;
}
#textos a {
	color: #000033;
	text-decoration: none;
}
#textos a:hover {
	color: #FF3300;
}
#sites li a {
	background-image: url(/img/mn.gif);
	display: block;
	height: 20px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}
#sites li a:hover {
	color: #FFF;
	background-image: url(/img/mn-on.gif);
}
.foto {float:left;border:#FF3300 solid 1px;margin-right: 5px;margin-bottom: 5px}
.sites2 {text-indent: -999px}