body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9FFB9;
}

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

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #E7FFB8;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	text-align: center;
	margin-top: 50px;
	margin-left: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

/* esconda do IE%=5 mac\*/
#conteudo
{
	position: absolute;
	height: 240px;
	width: 300px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: auto;
	background-image: url(mondo.jpg);
	background-repeat: no-repeat;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -150px;
}

/*pode mostrar tudo daqui pra frente*/
*>html #conteudo
{
	position: absolute;
	height: 200px;
	width: 300px;
	margin: 200px 0px 0px -150px;
	top: 50%;
	left: 50%;
	overflow: auto;
	background-image: url(mondo.jpg);
	background-repeat: no-repeat;
}

*>html .selo	{
	position:fixed;
	overflow:visible;
	height:150px;
	width:150px;
	z-index:100;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:100% 100%;
	background: url(selo.gif);
	}

