/* ************************************* *
 *  Footer CSS For http://esco.mine.nu/  *
 * ************************************* */

#footer {
	background: #f9fafb;
	color: #666666;
	margin: 10px 0 0 0;
	padding: 6px;
	text-align: center;
	border-top: 1px dashed #ccc;
}

#footer #legal {
  font: small-caption;
	margin-left: 30%;
	margin-right: 30%;
	text-align: left;
}

