html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #f0f0f0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: small;
	cursor: default;
	color: #f12938
}

#tabela {
	width: 100%;
	height: 100%;
	position: static;
	display: table;
	*overflow: hidden;
	*position: relative;
}

#celula {
	vertical-align: middle;
	display: table-cell;
	position: static;
	*top: 50%;
	*position: absolute;
}

#conteudo {
	top: -50%;
	margin: auto;
	position: relative;
	width: 406px;
	text-align: center;
}

a {
	color: #f12938;
	text-decoration: none;
	cursor: pointer;
}

a.email {
	padding: 5px;
}

a.email:hover {
	background-color: #f12938;
	color: white;
}

a img {
	border: none;
}

#logo {
	margin-bottom: 1em;
}

#contato {
	line-height: 250%;
}

#endereco {
	margin-top: 1em;
	color: #f12938;
	font-weight: bold;
	line-height: 135%;
}

#ostec {
	text-align: right;
	margin-top: 1em;
}