#main {
}

#game {
  margin-right: 201px;
  background: #ddd;
  height:600px;
}
#chat {
  background: #555;
  margin-right: 201px;
  height:200px;
}
#info {
  height: 800px;
  width: 200px;
  border-left: 1px solid #000;
  background: #ccc;
  float: right;
  padding: 5px;
}
#info p {
  margin-bottom: 10px;
}

#tooltip {
  position: absolute;
  z-index: 3000;
  width:180px;
  border: 1px dotted #000;
  background-color: #dde396;
  padding: 0;
  opacity: 0.85;
  color:#000;
}
#tooltip h3 {
  font-size:1em;
  font-style: italic;
  padding:5px;
}
#tooltip div {
  padding:5px;
}

#location{
  margin:0 auto;
  background: url('/img/fight/field/default9.jpg') left bottom no-repeat;
}
#location tr {
  height: 53px;
}

#location td {
  border: 3px solid #000;
  width: 53px;
  overflow: hidden;
}

