#screen {
	background: url(layout/background_photos.jpg) no-repeat; 
}

#content {
	background: url(layout/heading_photos.gif) no-repeat;
	padding-top: 22px; 
	text-align: justify; 
	width: 425px; 
	height: 500px; 
	overflow: auto; 
}

table {
	width: 407px; 
	margin-top: 20px; 
}

tr>td {
	padding: 5px; 
}

td {
	padding-top: 5px; 
	padding-bottom: 5px; 
	width: 72px; 
}

img {
	cursor: pointer; 
}