
HTML, BODY
{
	background-color: #000;
	padding: 0px;
	margin:  0px;
}

#outerwrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

#title
{
  text-align:center;
	width: 250px;
  color: #FFF;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:1.5em;
  height: 25px;
  margin-top: 5px;
	margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

#listofalbums
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#albumstable a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#albumstable a:hover
{
	color: #999;
}

#albumstable a img
{
	border-color: #FFF;
	text-decoration: none;
}

#albumstable a img:hover
{
	border-color: #999;
}

A
{
	color: #999;
}

A:hover
{
	color: #BBB;
	text-decoration: none;
}

#footer
{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

IMG.thumb
{
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 1px 0px 0px 4px;
}

td.instagram, td.instagram a, td.instagram a:hover
{
  color: #fff;
  font-size: .8em;
}

.selectAlbumInstructions
{
  font-size: 1.1em;
}
