html {
height: 100%;
}

body { 
  font-family: Verdana,sans-serif;
  background-color: #FBF9E6;
  color: #333;
  margin: 0px;
  height: 100%;
}

#content {
  position: relative;
  min-height: 100%;
}

* html #content {
  height: 100%;
}

h1 {
  font-size: 2em;
  text-align: center;
}

h3 {
  font-size: 1em;
  text-align: center;
}

a {
  color: #42769F;
}

a:hover {
  color: #1A426A;
}

#main {

}

#main img { 
  background-color: #ffffff; 
  border: 1px solid #dddddd; 
  padding: 6px; 
}

#header {
/*  background:#FFFBF0 none repeat scroll 0 0;
  border-bottom:1px solid #FFE29D;*/
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;

}

#footer {
  background:#FFFBF0 none repeat scroll 0 0;
  border-top:1px solid #FFE29D;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  position: relative;
  height: 120px;
  margin-top: -145px;
}


.slinks {
  color: #888888;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
  clear: both;
  margin-top: 10px;
}

.slink a {
  color: #82A6DF;

}
. {
  float:left;
  text-align: center;
  width: 80%;
}

.counters {
   float: right;
   margin: 5px 10px 15px 0;
}

.games {
   margin-left:10%;
   width:70%;
}

.games table {
  border: none;
  border-collapse:separate; 
}

.games a img {
  background: none;
  padding:0;
  border: none;
}

.games table a {
  font-size: 0.8em;
  text-decoration:none;
}

.games h3 {
  font-size: 0.9em;
  text-decoration:none;
  margin: 0;
}