/* CSS Document */

body {
  background-color: #ffffff;
  font-family: helvetica, arial;
  color: black;
  font-size: 20px;
}

h1 {
  font-family: vt100, terminal, chicago, courier;
  color: black;
  font-size: 40px;
}

h2 {
  font-family: helvetica, arial;
  color: black;
  font-size: 10px;
}

h3 {
  font-family: vt100, terminal, chicago, courier;
  color: red;
  font-size: 20px;
}

show {
  font-family: helvetica, arial;
  color: purple;
  font-size: 20px;
}
A:link {color: blue; text-decoration: none}
A:visited {text-decoration: none; color: red}
A:hover {text-decoration: underline; color: red;}

#container{
  width: 900px;
}

#title {
  position: absolute;
  top:0px;
  left:575px;
  width: 310px;
}

#description {
  position: absolute;
  left:505px;
  top: 75px;
  width: 410px;
}

#flashplayer{
  position: absolute;
  left: 566px;
  top: 230px;
}

#links2{
  text-align:center;
}
#links{
  position: absolute;
  left: 60px;
  top: 370px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

#merch1
{
text-align:center;
}
#merch2
{
  position: absolute;
  left: 20px;
  top: 500px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  width:275px;
  background-color:#b7e65a;
  
}

#news
{
  position: absolute;
  left: 330px;
  top: 500px;
  margin-left:auto;
  margin-right:auto;
  width: 560px;
  
}
