footer 
{
	font-family: 'Caesar Dressing', cursive;
	background-color: red;
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color:white;
	text-align:center;
}

.myDiv
{
	background-color: red;
	text-align: center;
	width: 150px;
	height: 50px;
}