html, body {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
	width: 350px;
	height: 350px;
}

table {
	width: 100%;
	height: 100%;
	border: none;
}

table td.left {
	width: 50%;
	background-color: white;
	text-align: right;
}

table td.right {
	width: 50%;
	background-color: black;
}
