/* media: screen */
@media screen{

footer{
	font-family: Mecha;
	background: black;
	margin: 0;
	opacity:0.8;
	display: block;
	width: 100%;
	position: fixed;
	float:left;bottom: 0;
	min-height: 2em;
	border-top: 9px dotted yellow;
	padding-top: 4px;
	}
}
