body {
  background-color: #1b1b50;
  margin:0;
  padding:0;
  border:0;
}

#container {
  background-color: rgba(14, 14, 34, 80);
  text-align: center;
  position:absolute;
  top:0;
  margin-left:25%;
  margin-right:25%;
  padding-top:0;
}
#leftText {
  left:0;
  text-align: left;
}

a {text-decoration: none;}
a:hover {font-size: 125%; line-height: 0.8;}

a.tuneIn:link {color: white;}
a.tuneIn:visited {color: white;}
a.business:link {color: #999999;}
a.business:visited {color: #999999;}

h1 {color: #D9AC54;}

.mainText {color: white;}
.mayorText {color: white; font-family:Monaco, monospace; font-size: 90%;}
.teenText {color:white; font-family:Verdana; font-size: 90%}

@media not (min-width:641px) {
  #container {
    margin-left:7%;
    margin-right:7%;
  }
}