body {
	margin: 0;
	padding: 0;
	background: #000 url('http://shhh.void.cc/bg.jpg') repeat fixed right top;
	color: #333;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 90% Arial, Helvetica, sans-serif;
}

a {
  color: #000;
  background: #ffff55 none repeat scroll 0 0;
  text-decoration: none;
}

a:hover {
  color: #000;
  background: #fff none repeat scroll 0 0;
  text-decoration: none;
}

a.twitter_title_link, a.delicious_title_link, a.lastfm_title_link {
  background: transparent;
}

a.twitter_title_link#hover, a.delicious_title_link#hover, a.lastfm_title_link#hover {
  background: #ffea08 none repeat scroll 0 0;
}

ul {
  margin-left: -12px;
  list-style-type: decimal-leading-zero;
}

p {
  margin:.4em 0 .8em 0;
  padding:0;
  letter-spacing:-0.5px;
  line-height:1.4em;
  color: #000;
}

h1, h2, h3, h4 { color: #000; }

#tagline {
        color: #ffea08;
}

#about {
        background: #fff;
        padding: 5px;
}

#footer p {
        background: #fff;
        color: #000;
}
