body {
	margin: 0px;
	background-color: darkgray;
	text-align: center;
}

div.photo-gallery {
	margin: 0px;
	padding: 20px;
	background-color: black;
	text-align: center;
	margin: 30px auto;
	width: 800px;
	position: relative;
	color: white;
	font-family: Arial;
}

div.picassa-slide-show {
	margin: 10px;
	border: 20px solid black;
}

div.picassa-slide-show h1 {
	font-size: 140%;
}

div.photo-gallery a {
	color: white;
}

div.photo-gallery a:visited {
	color: darkgrey;
}

div.photo-gallery a:hover {
	color: red;
}

div.picassa-slide-show embed {
	width: 100%
}

td#rss {
	width: 250px;
	margin: auto;
}

table#top {
	width: 100%
}

div#left-adsense {
	position: absolute;
	left: -130px;
}

div#right-adsense {
	position: absolute;
	right: -130px;
}