html, body {
	margin: 0 0;
	border: 0px none black;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: Georgia, Times New Roman, Serif;
	background-color: #ffd346;
	background-image:url('./images/bg.png');
	background-repeat: repeat-x;
	text-align: center;
	width: 86%;
}

td {
	border-top: 1px solid #004816;
	text-align: left;
	vertical-align: top;
	height: 130px;
}

td.picture {
	text-align: right;
}
th {
	background-color: white;
	border-top: 1px solid #004816;
	border-bottom: 1px solid #004816;
}
table {
	padding-right: 4px;
}

.houses img {
	border: 2px solid #000000;
}

.houses td {
	border: 0px solid #004816;
	height: auto;
	text-align: left;
	vertical-align: top;
	font-size: 11pt;
	width: 50%;
}
