html, body{
  width: 100%;
  height: 100%;
}

body {
	background: url(../images/main-tail.gif) 50% 0;	position:relative;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  margin: 0px;  
}
body, td {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
}

#maintable {
	height:300;
  width: 840px;
  padding-left: 15px;
  padding-right: 5px;
}
#middletd {
	height:100%;
  width: 100%;
  text-align: center;
}


#mypanoviewer {
	
	height:275px;
  width: 830px;
  -webkit-box-shadow: 5px 5px 10px rgb(180,180,180);
  -moz-box-shadow: 5px 5px 10px rgb(180,180,180);
  box-shadow: 5px 5px 10px rgb(180,180,180);
}

#notice,
#notice A:link,
#notice A:visited,
#notice A:active,
#notice A:hover
{
  font-size: 7pt;
  color: rgb(0,0,0);
  text-align: right;
  padding-top: 5px;
  text-decoration: none;
}

#notice A:hover
{
  text-decoration: underline;
}