body
   {
   background-color: #333333;
   }

/* the footer itself */
.footer
   {
   background-color: #333333;
   color: #FFFFFF;
   }

/* footer organizing elements */
.footer_left
   {
   display: inline-block;
   }

.footer_right
   {
   display: inline-block;
   float: right;
   text-align: right;
   }

.footer_disclaimer
   {
   margin-top: 20px;
   font-size: 12px;
   line-height: 15px;
   opacity: 0.5;
   word-wrap: break-word;
   }

/* other */
.footer_list
   {
   display: inline-block;
   width: 100px;
   }

.footer_end
   {
   margin-top: 10px;
   width: 100%;
   }
