<style type="text/css">

html {
  overflow-x: auto;
  overflow-y: auto;
} 

#header{
  border :none;
}

#moments{
  border :none;
  float: left;
  margin: 0;
  padding: 0;
}

#feedback{
  border :none;
  float: right;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#A4A4A4;
}

#title{
  clear:both;
  border :none;
  width: 100%;
  text-align: center;
  align: center;
  letter-spacing:0.5em;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size:20px;
}

#body{
  border :none;
  overflow:auto;
  width:100%;
  height:600px;
  margin-top:10px;
  margin-bottom:10px;
}

#header2{
  border-top: solid 2px #660099;
  background-color:#9999FF;
  width:100%;
  height:25px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold
  text-align: left;
}

#sidebar{
  width:255px;
  height:600px;
  z-index:0;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
}

#map{
  margin-left:265px;
  height: 100%;
  z-index:0;
}

a.links:link{
  color: #0000FF;
  text-decoration: none;
}
a.links:active{
  color: #0000FF;
  text-decoration: none;
}
a.links:visited{
  color: #0000FF;
  text-decoration: none;
}
a.links:hover{
  color: #FF0000;
  text-decoration: underline;
}

#backto{
  border :none;
  float: right;
  margin-right: 20px;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#A4A4A4;
}

#about{
  border :none;
  margin: 20px auto;
  padding: 2px;
}
</style>