body {
  margin: 10px 0 0 0;
  padding: 0;
  font: 90% Times, "Times New Roman", serif;
  background: #cccccc url(media/flagston.jpg) repeat;
  color: #fff;
  text-align: center;
}
div#wrapper {
  position: relative;
  width: 800px;
  text-align: left;
  margin: 0 auto;
  background: url(media/home_bkg.gif) repeat-y;
}
div#header {
  text-align: center;
  padding-top: 5px;
}
div#content {
  margin-top: 5px;
  height: 750px;
}
div#newCD { 
  text-align: center;
}
div#btmLeft {
  position: absolute;
  top: 465px;
  left: 20px;
}
div#btmRight {
  position: absolute;
  top: 465px;
  right: 0px;
}
div#midLeft {
  position: absolute;
  top: 600px;
  left: 205px;
}
div#midRight {
  position: absolute;
  top: 600px;
  left: 395px;
}
img {
   border-style: none;
}
.center {
	text-align: center;
}
p.songTitle {color: rgb(139,0,0);}
a {font-weight: bold;}
a:link {
	color: rgb(139,0,0);;
	text-decoration: none;
} 
a:visited {
	color: purple;
	text-decoration: none;
}
a:hover,
a:focus {
	color: rgb(o,o,139);
	border-bottom: 1px solid rgb(0,0,139);
}
a:active {
color: rgb(139,0,0);
}
