body {
 background-color: #000;
 background-image: url("./background.jpg");
 background-repeat: repeat-x;
 background-position: right top;
 color: #999;
 text-align: center;
 font-family: trebuchet ms, helvetica, sans-serif;
 font-size: 10pt;
 padding: 0;
 margin: 0;
}

div#wrapper {
width: 820px;
margin: 0 auto;
text-align: center;
background-color: #000;
background-repeat: no-repeat;
height: 100%;
margin-bottom: 0px;
}

div#header {
height: 10px;
font-size: 30pt;
padding-left: 50px;
padding-top: 15px;
}

div#content {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 40px;
}

div#footer {
height: 40px;
}

div#player {
margin: 0 auto;
width: 265px;
}

h1 {
font-size: 20pt;
margin-bottom: 0px;
margin-top: 0px;
color: #DDD;
}

h2 {
font-size: 14pt;
margin-bottom: 0px;
margin-top: 0px;
color: #444;
}

div#downloadpromo {
font-size: 16pt;
font-weight: bold;
text-align: center;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
}
div#homepagelink {
text-align: center;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 10px;
}


a:link {
  color: #4d6660;
}

a:visited {
  color: #4d6660;
}

a:hover,
a:focus {
  color: #4d6660;
  text-decoration: none;
}

a:active {
  color: #4d6660;
}
