html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
	background-color: #3a3d44;
	font-family: Georgia, serif;
}
#container {
	width: 950px;
	height: 768px;
	background-image: url(../artists/background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#title p {
	font-size: 472%;
	margin-top: -105px;
	text-align: center;
}
#subtitle p {
	font-size: 75%;
	margin-top: -78px;
	margin-left: 10px;
}
.red {
	color: #af0100;
}
.green {
	color: #317f39;
}
#topnav ul {
	margin-left: -6px;
}
#topnav li {
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 32px;
}

#topnav img {
	border: none;
}
#topnav a {
	outline: none;
}
#search {
	width: 650px;
	color: #b6b6b6;
	margin-top: 55px;
	margin-left: 50px;
	font-size: 18px;
}
#artists {
	margin-left: 11px;
	margin-top: 56px;
}
#artists li {
	list-style-type: none;	
}
#img img{
	width: 120px;
	padding-bottom: 12px;
	border: none;
}
#img a {
	outline: none;
}
#names {
	color: #b6b6b6;
	float: right;
	margin-top: -411px;
	margin-right: 621px;
	font-size: 14px;
}

#names a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #b6b6b6;
}
#names a:hover {
	color: #277a30;
}
#names .charles {
	margin-top: 70px;
}
#names .ken {
	margin-top: 63px;
}
#names .emmet {
	margin-top: 63px;
}
#names .otto {
	margin-top: 65px;
}
#names .blank {
	margin-top: 62px;
	margin-left: 35px;
}