/* Basic elements */
body  {
	background-color: White;
	text-align: center;
	margin: auto auto;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 17px;
	padding: 0;
	color: #512900;
}
a {
	color: #4C2600;
}
a:hover {
	color: #844200;
}
/*Specials..*/
#conteiner {
	position: relative;
	margin: 0 auto 0 auto;
	width: 520px;
	text-align: center;
}