body {
  font-family: Comic Sans MS, Arial, sans-serif;
  font-style: normal;
  background-image: url(gm4fzhbg.jpg);
  background-repeat: repeat;
  font-size: 20px;
  font-weight: normal;
}
h1 {
  font-size: 30px;
  color: #1859a5;
  font-weight: bold;
}
#topmenu {
  padding: 0;
  width: 500px;
  position: absolute;
  height: 357px;
 
}

#locators {
  background-repeat: no-repeat;
  left: 550px;
  width: 58%;
  position: absolute;
  height: 200px;
 }
 
 #picturetopright {
 background-position: top right;
 right: 10px;
 position: absolute;

 }

#timeanddate {
  width: 58%;
  position: absolute;
  top: 250px;
  left: 550px;
  height: 100px;
}

#welcome1 {
	background-color: #8dccf4;
	border: 2px solid #000000;
	width: 65%;
	top: 400px;
	margin-left: 20px;
	position: absolute;
	padding: 10px;
}

#welcome2 {
	width: 25%;
	top: 400px;
	right: 20px;
	margin-right: 20px;
	position: absolute;
}

#myprofile {
	background-color: #8dccf4;
	border: 2px solid #000000;
	width: 95%;
	top: 400px;
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	padding: 10px;
}





/*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;
}



