body {
  background-color: #888888; }

#site_toolbar {
  background-color: white;
  border-bottom: 1px solid #f7f7f7;
  padding: 4px;
  height: 30px; }
  #site_toolbar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #site_toolbar {
    display: inline-block; }
  * html #site_toolbar {
    height: 1%; }
  #site_toolbar {
    display: block; }

div#follow_me {
  position: fixed; }

div#left_cap {
  background: #dadada url(/images/left_wing.gif) repeat-y scroll 0 0;
  width: 789px;
  margin: 0 auto;
  padding-left: 10px; }
  div#left_cap div#right_cap {
    background: #dadada url(/images/right_wing.gif) repeat-y scroll top right;
    padding-right: 10px; }
  div#left_cap #header {
    background-color: #d1d1d1;
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    height: 20px;
    line-height: 150%; }
  div#left_cap #body {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #c7c7c7; }
    div#left_cap #body:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    div#left_cap #body {
      display: inline-block; }
    * html div#left_cap #body {
      height: 1%; }
    div#left_cap #body {
      display: block; }
    div#left_cap #body #content {
      padding: 10px; }
  div#left_cap #footer {
    border-top: 1px solid #f7f7f7;
    padding: 40px 10px; }

div#screen {
  float: left; }
