body
{
      font-family: sans-serif;
      background-image: url('../images/layout/bg.png');
      background-repeat: repeat-y;
      background-position: top center;
      background-color: #141414;
      width: 902px;
      margin-left: auto;
      margin-right: auto;
}

a:link { color: #6ec7d6; }
a:hover { color: #fc0; }
a:active { color: #fc0; }
a:visited { color: #a96ed3; }

.hidden { display: none; }

.block { display: block; }

em
{
 font-weight: bold;
 font-style: normal;
}

h1
{
        padding: 65px 0 0 0;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: hidden;
        height: 0px !important;
        width: 291px;
        height /**/:65px;
        display: block;
        background-image: url('../images/layout/logo.png');
}

#map
{
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #2b2b2b;
}

#instructions
{
 font-weight: bold;
 font-size: 17pt;
 text-align: center;
 width: 900px;
 color: #fff;
}

 #instructions p
 {
  margin-top: 0px;
 }

#details
{
 text-align: center;
 font-size: 11pt;
 color: #cfd1d1;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 2em;
}

.iwframe {
 border-style: none;
 width: 400px;
 height: 195px;
}

#loading { background-color: #fff; border: 1px solid #666; position: absolute; right:0px; top: 0px; text-align: center; padding: 1em; }

#attributions
{
 font-size: 8pt;
 text-align: center;
 color: #fff;
}

#weatherWindow
{
 background-image: url('../images/layout/weatherwindowbg.png');
 background-repeat: no-repeat;
 padding-left: 25px;
 color: #fff;
 font-size: 0.8em;
 padding-top: 1em;
}

#weatherWindow a { text-decoration: none; font-weight: bold; }
#weatherWindow a:link { color: #00a0c6; }
