body {
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

div#topinfo {
	float: right;
	clear: right;
	padding: 0em 1em;
	border: 3px silver solid;
}

pre	{
	margin-left: 1em;
	background-color: #f0f0f0;
}

table#drivercmp th {
	border: 1px silver solid;
}

table#drivercmp td {
	border: 1px silver inset;
}

table#pcb-photos {
	/* I know the size of the images, so I can get away with definite dimensions! */
	width: 800px;
}

table#pcb-photos td {
	padding: 1em 0em;
}
