@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;	
}

.ig-b- { 
	display: block; 
}

.ig-b- img {
	visibility: hidden;
}

.ig-b-:hover {
	background-position: 0 -60px;
}

.ig-b-:active {
	background-position: 0 -120px;
}

.ig-b-48 {
	width: 48px;
	height: 48px;
	background: url(http://badges.instagram.com/static/images/ig-badge-sprite-48.png) no-repeat 0 0;
}

#wrapper {
	background-color: #000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#wrapper #logo {
	height: 100px;
	background-color: #000;
	width: 1000px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #headerImg {
	height: 151px;
	background-repeat: no-repeat;
	width: 1000px;
}
#wrapper #bodyArea  {
	font-family: Raleway;
	font-size: 24px;
	color: #fff;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 1000px;
}

#sideBar {
	position: fixed;
	height: 90px;
	left: 10px;
	top: 10px;
	width: 100px;
}

body {
	background-color: #000;
	background-repeat: no-repeat, no-repeat;
	background-position: 0%, 100%;
	font-family: Raleway;
	color: white;
}

nav {
	width: 1000px;
	margin: auto;
}

nav ul {
	text-align: center;
	padding: 0px;
}

nav li {
	border: 1px solid black;
	list-style-type: none;
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

nav a {
	background-color: solid black;
	display: block;
	text-decoration: none;
	color: #fff
}

nav a:hover {
	background-color: solid black;
	color: #999;
}

#p {
	font-family: Raleway;
	font-size: 18px;
	color: #fff;
	margin: 20px;
}

#wrapper #bodyArea #footer {
	clear: none;
	text-align: center;
	font-family: Raleway;
	font-size: 12px;
	background-color: #000;
	width: 1000px;
	color: #fff;
}

Artists.html tr:nth-child(1) td:nth-child(1) {
	border: 1px solid #000000;
}

Artists.html tr:nth-child(1) td:nth-child(2) {
	border: 1px solid #000000;
}