.tlf{
  height:100%;
  width:100%;
}

.tlf .top{
  position:relative;
  min-height:215px;
  background:#6f91bd url("http://i.imgur.com/3sEQlr3.png") repeat-x bottom;
}

.tlf .quote .box{
  border:1px solid #111; }

.tlf .post{
  border:7px ridge #986;
  min-height:16px;
  margin-left:32px;
  margin-top:16px;
  margin-bottom:16px;
  margin-right:30%;
  background:rgba(0,0,0,0.5);
  color: white;
  padding:8px;
  z-index:20;
  text-shadow: 0px 0px 4px #000000;
}
.tlf .spacer{
  min-width:775px;
  position:relative;
  height:auto;
  
   
}
.tlf .yoshi{
  position:absolute;
  bottom:-15px;
  right:24px;
  float:right;
  height:224px;
  width:204px;

  background:url(http://i.imgur.com/oCAwM9O.png);
}

.tlf .sep{
  height:16px;
  background:url('http://i.imgur.com/yeeEmvE.png')
}

.tlf .bot{
  min-height:48px;
  background:url('http://i.imgur.com/z9UAdwH.png');
}

.tlf .sig{
  margin-left:32px;
  background:rgba(0,0,0,0.5);
  border:7px ridge green;
  min-height:16px;
  color: white;
  padding:8px;
  text-shadow: 0px 0px 4px #000000;
  margin-right:30%;
  margin-bottom:16px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}