html, body { margin: 0; padding: 0; }

body { color: #404040; background: #000; font: 12px/1.2 Arial, sans-serif; }

img { border: none; }

a { color: #404040; }

a img { border:none; }

td { vertical-align:top; }

#page { width: 660px; margin: 0 auto; }

#header {
  height: 165px;
  background: url(../images/header.png) -120px center no-repeat;
  position: relative;
}

#logo {
  position: absolute;
  top: 60px;
  left: 50px;
  cursor: pointer;
}

#tabs { position: relative; }

#tabs ul {
  position: absolute;
  top: -30px;
  width: 640px;
}

#tabs li {
  float: right;
  font-size: 14px;
}

#live-reel-tab {  }

#reel-tab {}

#reelBox, #reel-replace {
  width: 660px;
  height: 560px;

}

#reelBox .placeholder {
  margin: 50px 0;
}

#address {
  margin-left: 330px;
}



.free-table { margin-bottom:20px; width:500px;   }
.free-table td { padding:5px; }
.free-table td img { border:2px solid #555; }
.free-table td.photo { width:65px; }


