.bodycss
{
  margin:0 auto;
  width:1000px;
}
.topcss
{
  width:1000px;
  height:228px;

  background-image:url("bg_top.png"/*tpa=http://cardgam.info/images/bg_top.png*/);
  background-repeat:no-repeat;
}
.topcss, img
{
  filter:expression(fixPNG(this));
}
.topcss a
{
  position: relative;
}
.menucss
{
  height:60px;
  padding-top:10px;
  vertical-align:top;
}

.contentcss
{
  width:600px;

  border-left:1px #2e7805 solid;
  border-right:1px #2e7805 solid;

  vertical-align:top;
}
.tablecenter
{
  width:982px;
  height:300px;

  background-color:#e5fae0;

  padding:5px 5px 10px 5px;
}
.menucss
{
  vertical-align:top;
}
.rightcss
{
  vertical-align:top;
}
.footercss
{
  width:1000px;
  height:96px;

  background-image:url("bg_bottom.png"/*tpa=http://cardgam.info/images/bg_bottom.png*/);
  background-repeat:no-repeat;
}
.footercss, img
{
  filter:expression(fixPNG(this));
}