html
	{ height:100%; font-family:sans-serif; }
body
	{ text-align:center; height:100%; font-size:10px;}

a
	{ text-decoration:underline; outline:0; }
a:hover
	{ text-decoration:none; }

div.section
  { padding-bottom:2em; }

h2.w640
  { width:640px; height:24px; text-indent:-9999px; padding-bottom:1em; }


#content
	{ width:860px; margin:0 auto; margin-bottom:0 !important; text-align:left; height: auto !important; height: 100%; min-height: 100%; }


#footer
	{ width:860px; height:140px; margin:0 auto; clear:both; }


/* clear floating */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;zoom:1;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


