html, body{

  width: 100%;
  height: 100%;
}

body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  margin: 0px;  
  background-color: black;
  text-align: center;
}
h1 {
  position: absolute;
  top:2px;
  right:12px;
  opacity: 0.51;
  color: rgb(217,217,217);
  font-size: 12pt;
  border: 2px solid white;
  border-radius: 5px;
  -webkit-border-color: white;
  -moz-border-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline;
  padding: 5px 15px 5px 15px;
  background-color: rgb(0,0,0);

}

body, td {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
}

#maintable {
	height:100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#toptd {
  text-align: center;
  padding: 20px 20px 25px 20px;
}
#middletd {
	height:100%;
  width: 100%;
  text-align: center;
}
#bottomtd {
  text-align: center;
  padding: 10px 25px 15px 25px
}

#mypanoviewer {
	height:100%;
  width: 100%;
}

#notice {
  position: absolute;
  bottom:12px;
  right:12px;
	z-index:999;
}

#notice,
#notice A:link,
#notice A:visited,
#notice A:active,
#notice A:hover
{

  font-size: 7pt;
  color: rgb(160,160,160);
  text-align: right;
  padding-top: 5px;
  text-decoration: none;
}

#notice A:hover
{
  text-decoration: none;
    color: rgb(250,14,14);
}
