html {
  background: #ffffff url('../images/fog_bg.png') repeat scroll 0 0;
  color: #000000;
}

body {
  margin: 0;
}

#gContainer {
  width: 1000px;
  margin: 0 auto;
  margin-top: 5px;
  background: gray left bottom no-repeat;
}

#gHeader {
  text-align: center;
  height: 29px;
  background: url('../images/header_game.png') #407EED left bottom no-repeat;
  width: 1000px;
}

#gHeader h2 {
  color: #dddddd;
}

#gFooter {
  height: 11px;
  width: 1000px;
  background: url('../images/footer_game.png') #407EED left bottom no-repeat;
}

#gGame {
  text-align: center;
  background: #0252e6 left bottom no-repeat;
  width: 986px;
  border: 7px solid #0252e6;
}

#gContent {
  text-align: left;
  width: 1000px;
  min-height: 120px;
  background: #0252E6 left bottom no-repeat;
  padding-top: 5px;
  color: #dddddd;
}

#gContent strong {
  color: #FFD700;
}

p { 
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: arial;
  font-size: 13px;
  padding-right: 4px;
}

img {
  border-style: solid;
  border-width: 2px;
  border-color: #4169E1;
  margin-top: 3px;
}

td.img {
  vertical-align: top;
}

#rank {
  padding-top: 6px;
}

strong.other {
   font-family: arial;
   font-size: 13px;
   padding-left: 10px;
   padding-right: 4px;
}

strong.first {
   font-family: arial;
   font-size: 13px;
   padding-right: 4px;
}

font {
   font-family: arial;
   font-size: 13px;
   padding-bottom: 6px;	
}

h2 {
  position: relative;
  top: 12px;
  padding-left: 10px;
  text-align: left;
  font-family: tahoma;
  font-size: 12px;
}

h2 a {
  text-decoration: none;
  color: #FFD700;
}

#gInGame {
  background: #dddddd left bottom no-repeat;
}

#gContent strong {
  color: #FFD700;
}

#gContent p, font {
  color: #dddddd;
}

#footer {
  background: url(images/footer.png) #4169e1 left bottom no-repeat;
  width: 1000px;
  height: 70px;
  float: left;
  text-align: center;
}

#footer strong {
  font-size: 12px;
  position: relative;
  top: 3px;
  color: #eeeeee;
}

#footer a {
  color: #eeeeee;
  padding: 6px;
}

a.none {
  padding-left: 0px;
}


a {
  text-decoration: none;
  color: black;
  padding-left: 0px;
  font-family: tahoma;
}

a:hover {
  color: blue;
  text-decoration: underline;
}
