/** Styling for the footer that sits at the bottom of all pages.
  *
  *     @author Scott Johnstone <scott@networksense.org>
  */

#footer{
	height: 30px;
	margin: 10px;
	padding: 10px;
	border: 1px dotted black;
}
