body {
  font-family: Comic Sans MS, Arial, sans-serif;
  font-style: normal;
  background-color: #808080;
  font-size: 20px;
  font-weight: normal;
}

#websiteintro {
	width: 100%;
	top: 50px;
	position: absolute;
	font-size: 50px;
	text-align: center;
}


#callsign {
	 position: relative;
	 top: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 220px;
    border: 5px groove black;
 
 
}

#onoffbutton {
    position: relative;
	 top: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 100px;
    
  text-align: center;
  }
  /*left: 500px;*/

#locators {
  /*background-image: url(locatorbuttons.jpg);*/
  background-repeat: no-repeat;
  background-position: right center;
  width: 58%;
  position: absolute;
  top: 225px;
  left: 500px;
  height: 135px;
}

#timeanddate {
  border: 5px groove black;
  width: 100%;
  position: absolute;
  top: 400px;
  left: 0px;
  height: 100px;
}

#welcome {
	width: 100%;
	top: 550px;
	left: 0px;
	position: absolute;
}
/*descriptivetext*/

#destext {
  top: 450px;
  left: 50px;
  right: 50px;
  text-align: left;
  position: absolute;
  background-color: #8dccf4;
  border: 2px solid #000000;
  padding: 10px;
  }

#destext table {
  border: medium double #412700;
  width: 100%;
}

#destext th {
  background: #2d73b9;
  color: #ffffff;
  text-align: center;
}

#destext col#description {
  width: 55%;
}


#destext col#download {
  width: 45%;
}

#destext tr {}

#destext td {
  padding: 5px;
  width: auto;
  border: thin solid #412700;
}



