
body {
  background-image: url('background_stars.gif');
  background-repeat: repeat; /* Or repeat-x, repeat-y, no-repeat */
}

#centeredBody {
	width: 1280px;
	margin: 0 auto;
	margin-top: 36px;
}

#player {
  position: relative;
  top: 114px;
  left: 124px;
  width: 816px;
  height: 459px;
}

#playerborder {
  position: absolute;
  top: 0px;
  margin-top: 36px;
  pointer-events: none;
}

#channelButtonTop {
  position: relative;
  top: -674px;
  left: 1042px;
  width: 200px;
  height: 200px;
  pointer-events: auto;
}

#channelButtonBottom {
  position: relative;
  top: -655px;
  left: 1042px;
  width: 200px;
  height: 200px;
  pointer-events: auto;
}

#subplayer {
  position: relative;
  top: 262px;
  height: 400px;
}

#playerCurrentlyPlayingVHS {
  position: absolute;
}

#subplayer #playerCurrentlyPlaying {
  position: relative;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  left: 138px;
  width: 560px;
  top: 20px;
  height: 80px;
  text-overflow: clip;
  overflow: hidden;
  text-align: center;
	color: white;
  text-shadow: 2px 2px black;
  line-height: 0.95;
  font-size: 40px;
}

#channelSelector {
  position: absolute;
  top: 14px;
  width: 250px;
  left: 1016px;
}

.channelButtonBGND{
  position: absolute;
  
}

h1, p, li {
	color: white;
	font-family: 'Share Tech Mono', monospace;	
}

h1, p {
  text-shadow: 2px 2px black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

li {
  float: left;
  border-radius: 8px;
  border: 2px solid #141812;
  background-color: #686055;
  margin-right: 8px;
  cursor: pointer;
  width: 112px;
  white-space: nowrap;
}

a:visited, a:link { 
  color: white;
}

li a {
  display: block;
  color: #fefae9;
  text-align: center;
  vertical-align: top;
  padding: 16px;
  text-decoration: none;
  position: relative;
}

li a:hover {
  background-color: #222222;
}