/* Basic elements */
body  {
	background-color: #F0BB74;
	text-align: center;
	margin: auto auto;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 17px;
	padding: 0;
	color: #512900;
}
a {
	display: inline;
	color: #311900;
}
a:hover {
	color: #402000;
	text-decoration: underline;
}
/*Specials..*/
#conteiner {
	position: relative;
	margin: 8em auto 0 auto;
	width: 520px;
	text-align: center;
}
div.anchor {
	margin: 1.2em 0 0 0;
}
