﻿html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-color: #000000;
}
#wrapper {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

#main {
	border: none;
	height: 440px;
	width: 750px;
	text-align: center;
}

.content {
	height: 369px;
	width: 750px;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
}

.text {
	font-family: Verdana;
	font-size: xx-large;
	color: #FFFFFF;
}

.songs {
	font-family: Verdana;
	font-size: large;
	color: #FFFFFF;
}

.separator {
	height: 1px;
	background-color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #DD0000;
	text-decoration:none;
}
a:visited 
{
	color: #FFFFFF;
	text-decoration:none;
}
a:active 
{
	text-decoration:none;
}