html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a {
  color: #808080;
  font-size: 1em;
}

a:focus {
  color: #000;
}

a:hover,
a:active {
  color: #000;
}

body {
overflow-y: scroll; margin: 0 0 40px 0; font-family: Comic Sans MS,Courier, arial; background-image: url(/images/gs_panorama.jpg); background-repeat:no-repeat; background-size:cover; background-color: #b1c0b9;  background-attachment:fixed; background-position:center;
/*
  margin: 0 0 40px 0;
  background:url('/images/gs_panorama.jpg') no-repeat 50% 0 #000000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #808080;
*/
}

#main
{
  border-top:20px solid #000;
  line-height: 18px;
  color: #808080;
}

#top_nav
{
  padding: 3px;
  color: #fff;
  float:left;
  font-size: 10px;
}

#powered_by a
{
  color:#ff0;
}
#powered_by
{
  padding: 3px;
  color: #fff;
  float:right;
  font-size: 10px;
}

.main_content_block
{ 
  color: #808080;
  background-image: url(/images/opacity7.png);
  width:800px; 
  margin:10px auto; 
  border-radius:9px; 
  text-align:center;
}

.page_header
{
  opacity:1;
  font-size: 3em;
  color: #808080;
}

ul.slideshow
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 100px;
}

li.slideshow
{
  display:inline;
}

