body{margin: 0;}

.main_logo
{
	background-image: url(images/dondi_background.png); 
	background-repeat: repeat-x; 
	text-align: center;
}

.main_logo img{cursor: pointer;}

.barra_opcoes
{
	width: 100%; 
	text-align: center; 
	margin-top: -29px;
}

.choice_link_center
{
	position: absolute;
	width: 100%; 
	margin: -33px auto;
	color: white;
}

.choice_link_center a
{
	font: bold 11px Arial, Tahoma, Sans-serif; 
	color: white;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.barra_opcoes
{
	padding-top: 6px;
	background-image: url(images/barra_opcoes.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: center;
	margin: -29px auto 10px;
	_margin: -33px auto 10px;
	overflow: auto;
}

.links{font: bold 11px Arial, Tahoma, Sans-serif; color: white;}
.links a{text-decoration: none; color: white; margin: 0 5px 0 5px;}
