body {
	background: url(images/tex2res4.png) repeat;
	text-align: center;
	font-family: Georgia;
}
#container {
	width: 673px;
	margin: 20px auto;
}
#header {
	color: white;
}
a.icon-home-outline {
	text-decoration: none;
}
.home {
	color: white;
}
#map-container {
	width: 653px;
	border: 10px white solid;
	border-radius: 5px;
	position: relative;
}
#loader {
	position: absolute;
	top: 200px;
	left: 300px;
}
#artist-info {
	text-align: right;
	display: none;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 210px;
	padding: 2px 6px 2px 6px;
	font-size: 24px;
	color: black;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#artist-info a.wiki {
	color: black;
	text-decoration: none;
}
#artist-info img {
	display: none;
}
#artist-info.mobile img {
	display: inline;
	margin-left: 6px;
}
#artist-info #wiki-instruction {
	padding: 5px 0px;
	font-size: 11px;
}
#artist-info.mobile #wiki-instruction {
	display: none;
}
#footer {
	color: white;
	font-size: 12px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#share-this {
	margin-bottom: 30px;
}
