div.header-content {
	height: 157px;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

div.right-info p{
	text-align: right;
	color: #5dc4ca;
	font-size: 1.5em;
	font-style: italic;
	letter-spacing: 0.8px;
}



div.tile {
	float: left;
	height: 100px;
	margin-left: 50px;
}
	div.tile-collection {
		width: 570px;
		margin: 20px auto;
	}
	div.tile a  span{
		display: none;
	}
	div.tile a {
		display: block;
		height: 100px;
		padding-right: 215px;
	}
	div.tile a.view-gallery {
		background: url(../img/view-gallery-btn.gif) top left no-repeat;
	}
	div.tile a.view-album{
		background: url(../img/view-album-btn.gif) top left no-repeat;
	}
	div.tile a:hover {
		background-position: 0 -100px;
	}
	
div.footer-content {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0;
	color: #727c86;
	font-size: 7.2pt;
}
	div.footer-content a {
		color: #727c86;
		text-decoration: underline;
		padding: 0 0 0 10px;
	}
	div.footer-content a:hover {
		color: #9099a2;
	}
	div.s60logo {
		float: right;
		position: relative;
		margin-top: -50px;
		margin-right: 130px;
	}
		.album div.s60logo,
		.album-short div.s60logo{
			margin-top: 0px;
			position: relative;
		}