/* CSS Document */

   .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    * html { margin:0px;
             padding:0px;
           }
    /* End hide from IE-mac */


body   { background-color:#28AF4A;


         margin-top:10px;

       }

div.content  { width:800px;
               position:relative;
               left:50px;
               height:627px;
               margin:0px auto;
             }
             
