body {
	font: 100 18px/26px "jaf-facitweb";
	text-shadow: white 1px 1px 0;
	background: url(../img/padrao.png) repeat;
	color: #767d8b;
}

#fundo {
	position: fixed;
	right: 0;
	top: 60px;
	z-index: -1;
}

#logo {
	padding-top: 100px;
	margin-bottom: 50px;
	margin-left: 150px;
}

#conteudo {
	width: 500px;
	margin-bottom: 150px;
	margin-left: 150px;
}

#contactos {
	width: 500px;
	font: 700 12px/17px "jaf-facitweb";
	padding-bottom: 50px;
	margin-left: 150px;
}

.botao {
	margin-left: 150px;
	margin-bottom: 15px;
}

a {
	color: #767d8b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}