/* 
footer.css 
author: oliver mesieh, info@oliver-mesieh.de
*/

#footer {
	color: white;
	font-size: 0.8em;
	padding-top: 22px;
}

#footer p {
	float: left;
	padding-left: 120px;
}

#footer p:first-child {
	padding-left: 0;
}

#footer .last {
	float: right;
}

