body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

div {
	position: relative;
}

#content {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
}

#about {
	position: absolute;
	top: 70px;
	left: -250px;
	text-align: right;
}

#about h1 {
	font-size: 22px;
	font-weight: normal;
}

#about a, #about a:visited {
	color: blue;
	text-decoration: none;
}

#about a:hover {
	color: red;
	text-decoration: underline;
}

#about ul {
	list-style-type: none;
}

#albums {
	position: absolute;
	top: 0;
	left: 0;
}

.album  {
	margin-bottom: 100px;
	font-size: 28px;
}

.album img {
	display: block;
	border: 0;
}

.album  a, .album  a:visited {
	text-decoration: none;
	color: black;
}

.album  a:hover {
	text-decoration: underline;
	color: black;
}

.album p {
	margin-top: 10px;
	text-decoration: inherit;
	color: inherit;
}