@charset "UTF-8";
/* CSS Document */


/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#000000;
	
}
	div#footer p {
		padding:0.25em;
		margin:0;
	}
