body
{
	
}

div.PictureAlbum
{
	background-image: url(/images/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	text-align: center;
	background-color: Gold;
}

a.PictureAlbumBack
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a.PictureAlbumBack:Hover
{
	color: Gold;
	background-color: Black;
}


