
	/* spoder porf with full web */
	html {
  background-color: #fff;
  background-image:url(listen.png);
  background-repeat:no-repeat;
  background-position:top left;
  background-attachment: scroll;
  

}
body {
  font-family: "Source Serif Pro", "Georgia", serif;
}


p { color: #000; font-size: 13px; font-weight: 300; line-height: 15px; margin: 0 0 10px; }
a { color: #B765B5; text-decoration: underline; }
a:hover { color: #1c1c1c; text-decoration: underline; }

.image-map
{
	position:fixed;
	top:0;
	left:0;
}

.viewing-restrictions
{
	position:fixed;
	top:5px;
	left:5px;
	width:200px;
}

.currently-listening
{
	position:fixed;
	top:450px;
	left:850px;
	width:235px;
}

#album-cover
{
	width:100px;
}
#track
{
	font-size:14px;
}
#artist
{
	font-size:16px;
}
#date
{
	font-family: "Lucida Console", "Courier New", monospace;
	font-style: italic;
	font-size:10px;
}

button
{
	border:3px dashed #000;
	font-family: "Lucida Console", "Courier New", monospace;
	font-style: italic;
	font-size:10px;
}

.recent-listens
{
	position:fixed;
	top:200px;
	left:450px;
	width:360px;
	font-family: "Lucida Console", "Courier New", monospace;
	font-style: italic;
	font-size:10px;
}

.random-loves
{
	position:fixed;
	top:505px;
	left:150px;
	font-size:20px;
	width:250px;
}