body {
  background-color: #000000;
}

img {
  border:0;
  padding:0;
}

#casing {
  width:800px;
  height:820px;
  margin:0px auto 0px auto;
}

#lefty {
  width:420px;
  text-align:center;
  float:left;
}

#rt1 {
  width:320px;
  height:200px;
  padding:0;
  margin:0;
  background-image:url('/images/blogd.png');
  background-repeat: no-repeat;
  float:right;
}

#rt1 a {
  display:block;
}

#rt1 a:hover {
  background-image:url('/images/blogs.png');
  background-repeat: no-repeat;
}


#rt2 {
  width:320px;
  height:200px;
  padding:0;
  margin:0;
  background-image:url('/images/darkd.png');
  background-repeat: no-repeat;
  float:right;
}

#rt2 a {
  display:block;
}

#rt2 a:hover {
  background-image:url('/images/darks.png');
  background-repeat: no-repeat;
}

#rt3 {
  width:320px;
  height:200px;
  padding:0;
  margin:0;
  background-image:url('/images/musicd.png');
  background-repeat: no-repeat;
  float:right;
}

#rt3 a {
  display:block;
}

#rt3 a:hover {
  background-image:url('/images/musics.png');
  background-repeat: no-repeat;
}

#rt4 {
  width:320px;
  height:200px;
  padding:0;
  margin:0;
  background-image:url('/images/magicd.png');
  background-repeat: no-repeat;
  float:right;
}

#rt4 a {
  display:block;
}

#rt4 a:hover {
  background-image:url('/images/magics.png');
  background-repeat: no-repeat;
}



#about {
  font-size: smaller;
  width:800px;
  background-color: #cccccc;
  color: #000000;
  margin: 320px auto 0px auto;
  clear: both;
  padding: 2px 4px;
  border: 4px inset #990000;
}

#about h1, #about p {
  margin:0;
  padding:0 0 2px 0;
}

#about h1 {
  font-size: 12pt;
  text-align:center;
}