

#footer {
	background-color: #000;
	font-size: 10px;
	/* padding: 20px;  */
	
	
}

#footer div {
	/*margin-left: 100px;  */
	width: 100&;
	color: #ccc;
}

.example {
	text-align: left;
	background-color: #000;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
	padding: 20px;
}

.example a {
	color: #ff358b;
	text-decoration: underline;
}

.example a:hover {
	color: #ff358b;
	text-decoration: none;
}