IMG.pobble {
 border: 0px;
 height: 64px;
 width: 64px;
 padding: 0px;
 margin: 0px;
 display: block;
 float: left;
}

#game {
 text-align: center;
}

#bin {
 display: inline-block;
 width: 896px;
 background: url("../images/backgrounds/rust_tile.jpg");
}

#panel {
 display: inline-block;
 width: 200px;
 color: #ffffff;
}

div.tbutton {
 width: 17ex;
 color: #ff0000;
 background: #004400 none;
 text-decoration: none;
 border: 1px solid;
 border-left-width: #006600;
 border-top-width: #006600;
 border-bottom-width: #002200;
 border-right-width: #002200;
 font-size: 14pt;
 cursor: pointer;
 padding-left: 1ex;
 padding-right: 1ex;
 margin-bottom: 6pt;
 text-align: center;
}


