/*Reset CSS*/
*{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

footer{
	text-align: center;
}