html {
   margin: 0;
   padding: 0;
}

body {
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #444;
   background: url(img/bg.png);
}

a { color: #000000; text-decoration: none; }
a:hover { color: #D60;}

h2 { margin: 0 0 20px 0;}

#main {
   text-align: center;
   width: 850px;
   position: relative;
   margin: 0 auto;
}

#header {
   width: 100%;
   height: 150px;
   background: #d3eefe;
}

#page-content {

   margin: 20px 0 0 0;
}

#left {
   padding-top: 36px;
   float: left;
   width: 179px;
   margin: 0 0 0 0;
   height: 610px;
   text-align: center;
   background: url(img/tube2.png) top center no-repeat;
}

#right {
  float: right;
  width: 654px;
  margin: 0 7px 0 0;
}

div.img
  {
  margin: 0 6px 20px 6px;
  height: auto;
  width: 150px;
  float: left;
  text-align: center;
  }

div.img img
  {
  display: inline;
  margin: 4px 4px 0px 4px;
  border: 4px solid #e1e1e1;
  }

div.img a:hover img
  {
  border: 4px solid #f7e809;
  margin: 2px 4px 2px 4px;
  }

#sol{
   float: left;
   width: 100%;
   height: 128px;
   background: url(img/map.gif) bottom repeat-x;
}
  
#footer {
   float: left;
   width: 100%;
   height: auto;
   background: url(img/footer.gif);
}

#loader {
  width: 220px;
  height: 19px;
  text-align: center;
  margin: 0 0 10px 4px;
}

#gameLoader {
 
  width: 654px;
  height: 570px;
  text-align: center;
  margin: 0 0;
}

