body
   {
   background-color:#000000;
   font-family: Verdana, Arial, sans-serif;
   font-size:80%;
   color:#474747;
   }

div
   {
   background-color:#000000;
   width:100%;
   float:left;		/* to keep all stuff left ? */
   }

div.Content_Button
   {
   float:left;
   }

div.Content_Button img
   {
   float:left;
   width:16%;
   margin:0.4%;
   display:inline;
   }

div.Spacer
   {
   float:left;
   width:5%;
   }

p.copyright
   {
   font-family: Verdana, Arial, sans-serif;
   font-size:80%;
   text-align:right;	/* to align text right */
   margin-right:16.5%;	/* indent percent from right align  */
   color:#474747;
   }