body {
  margin: 0px;
  background: #000000;
  overflow: hidden;
}
img.gda_img {
  position:absolute;
  right: 65%;
  top: 35%;
}
#gda_label {
  position: absolute;
  right: 65%;
  top: 65%;
  width: 180px;
  text-align: center;
}
.gda_title {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999; 
  font-size: 12pt;
  font-weight: normal; 
  text-decoration: none;
}
.gda_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #6699cc; 
  font-size: 8pt;
  font-weight: normal; 
  text-decoration: none;
}
#music {
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10%;
  text-align: center;
}
#music_label{
  position: relative;
  top: 20px;
}
.music_title {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999; 
  font-size: 12pt;
  font-weight: normal; 
  text-decoration: none;
}
.music_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999; 
  font-size: 8pt;
  font-weight: normal; 
  text-decoration: none;
}
img.lgl_img {
  position: absolute;
  left: 65%;
  top: 35%;
}
#lgl_label {
  position: absolute;
  left: 65%;
  top: 65%;
  width: 180px;
  text-align: center;
}
.lgl_title {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999; 
  font-size: 12pt;
  font-weight: normal; 
  text-decoration: none;
}
.lgl_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #cc9933; 
  font-size: 8pt;
  font-weight: normal; 
  text-decoration: none;
}
.click_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999; 
  font-size: 8pt;
  font-weight: normal; 
  text-decoration: none;
}
#footer {
	width: 100%;
	text-align: center;
	position:absolute;
	left: 0px;
	top: 85%;
}
.footer_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999; 
  font-size: 10pt;
  font-weight: normal; 
  text-decoration: none;
}

