body {
	position: absolute;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#theGallery {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#theGallery .canvas {
	background-image: url("background.png");
	background-repeat: repeat;
}
#theGallery .widget {	
	background-color: white;
	border: solid 1px black;
	padding: 5px;
}
.info {
	position: absolute;
	bottom: 5px; right: 5px;
	border: solid 1px black;
	background-color: #ccccff;
	width: 25%;
	text-align: right;
	padding: 2px;
	z-index: 1000000; /* FIXME */
}
#theGallery .controls {
	font-size: smaller;
}
#theGallery .controls input.control {
	padding: 2px;
	background-color: #ccffcc;
	outline: solid 1px black;
	border: outset 2px #ccffcc;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

