* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #dbdbc2;
	margin: 0;
	height: 100%;
}
strong { font-weight: bold; }
em { font-style: italic; }

table.wrapper {
	width: 100%;
	height: 100%;
}
td.wrapper {
	vertical-align: middle;
	text-align: center;
}
div.wrapper {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 520px;
	text-align: left;
}
#conteudo {
	background: white;
	display: block;
	width: 780px;
	height: 420px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
