html, body {font-family:Arial, Helvetica, sans-serif; background-color:#d9d9d9}

* {margin:0; padding:0}
a {outline:none}
img {border:none}

#copyright {padding: 10px 0px 15px 60px; font-size:10px;}
#copyright a{color:#000; text-decoration:none}
#copyright a:hover{text-decoration:underline}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  