* {
  margin:0;
  padding:0;
}

body {
  padding: 0;
  margin: 0;
  background: #030303 url('../images/bckg.jpg') no-repeat top center;
  color: #FFF;
  font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
  text-align: center;
}

a {
  color: #FFF;
  text-decoration: none;
  /*padding: 2px 5px 2px 5px;*/
  font-weight: bold;
  border: none;
}

a:hover {
  color: #000;
  background:#F90;
}

a.nobckg:hover {
  background:none;
}

a.img:link {
  border:none;  
}

ul, li, form {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  list-style-image: none;
  padding: 5px;
  float: left;
}

p {
  margin: 50px 0;
}

.clear {
 clear: both;
}

#content {
  margin: 0 auto;
  width: 500px;
}

#content h1 {
  height: 95px;
  background: transparent url('../images/logo_tdoe.png') no-repeat top center;
}

#content h1 a {
  display: none;
}

#links {
  margin-top: 310px;
}

#links ul {
  width: 370px;
  height: 76px;
  margin: 0 auto;
}

#links ul a {
  display: block;
  height: 64px;
  width: 64px;
  text-decoration: none;
  border: medium none;
}

#links ul a#lastfm {
  background:transparent url(../images/last.fm0.png) no-repeat scroll 0 0;
}

#links ul a#facebook {
  background:transparent url(../images/facebook0.png) no-repeat scroll 0 0;
}

#links ul a#youtube {
  background:transparent url(../images/youtube0.png) no-repeat scroll 0 0;
}

#links ul a#flickr {
  background:transparent url(../images/flickr0.png) no-repeat scroll 0 0;
}

#links ul a#twitter {
  background:transparent url(../images/twitter0.png) no-repeat scroll 0 0;
}

#links ul a#lastfm:hover {
  background-image: url(../images/last.fm.png);
}

#links ul a#facebook:hover {
  background-image: url(../images/facebook.png);
}

#links ul a#youtube:hover {
  background-image: url(../images/youtube.png);
}

#links ul a#flickr:hover {
  background-image: url(../images/flickr.png);
}

#links ul a#twitter:hover {
  background-image: url(../images/twitter.png);
}

#links ul a span {
  display: none;
}