
body {
  background-color: black;
  text-align: center;
}


#portal {
  position: center;
  margin: 0 auto;
  width: 400px;
}


#tv {
  background-image: url(../images/gonzoset.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  
  padding-left: 0px;
  padding-top: 180px;
  padding-right: 00px;
  padding-bottom: 300px;
  
  color: #147CB5;
  text-align: left;
  font-family: monospace;
  font-size: 10pt;  
}

.screentxt {
  position: relative;
  left: 30px;
  top: 1px;
  color: #147CB5;
  text-align: left;
  font-family: monospace;
  font-size: 10pt;
}

a.stxt {
  color: #147CB5;
  text-decoration: none;
}

a.stxt:hover {
  color: red
}