/* layout goes here */
/* commented backslash hack ie5 mac \*/
html, body {
  height: 100%;
}

/* end hack */
html, body {
  margin: 0;
  padding: 0
}

.site {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  width: 1012px;
}

html>body .site {
  height: auto;
}

html>body #background {
  height: auto;
}

#top {
  position: relative;
  height: 32px;
  z-index: 5;
}

#tmgLogo {
  position: absolute;
  left: 24px;
}

#topleft {
  position: absolute;
  left: 201px;
  padding: 8px 0 8px 0;
}

#topright {
  position: absolute;
  right: 12px;
  text-align: right;
  color: #fff;
}
.header {
  position: relative;
  width: 1012px;
  z-index: 4;
}

#flvpos {
  position: absolute;
  top: 0;
  right: 0;
  height: 245px;
}

#videoplayer {
  height: 214px;
}

.left {
  float: left;
}

*html .left {
  margin: 0 -1px 0 0
}

.left-padding {
  padding: 0 0 0 25px;
  width: 706px;
}

.right {
  float: left;
  width: 280px;
}

.floatright {
  position: absolute;
  top: 0;
  right: 0;
}

.navi {
  width: 170px;
}

.nomenu {
  width: 710px;
  margin-left: 22px;
}

*html .nomenu {
  margin-left: 11px;
}

#footer {
  margin: 0 auto;
  width: 986px;
}

