#diaShow {
	float: left;
	width: 580px;
	min-height: 300px;
	text-align: center;
}
#picture {
	padding-left: 175px;
}
#folderSelection {
	float: left;
	width: 200px;
	padding-top: 100px;
}
#explainingText {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 150px;
}
.activeLink, .activeLink:visited, .activeLink:hover {
	text-decoration: none;
	color: #e63c39;
}
.link, .link:visited {
	text-decoration: none;
	color: #000000;
}
.link:hover {
	color: #e63c39;
}
