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

* { margin:0px; padding:0px; list-style:none;}

.footer {
	clear: both;
	background-color: #34495E;
	position:fixed; 
	bottom:0px;
	width:100%;
	text-align:center;
    font-size:16px;
	color:#ffffff;
}
