div.bottom {
	

	text-align:center;
	position:absolute; 
	left:0;
	bottom:0; 
	width:100%;
	font-size:50%; /*set default font size */
	font-family:verdana; /* set default font */

}

a {

	color:#DF978F;
	text-decoration:none;
	padding-right:10px;
	
}

a:hover {

	color:#DF978F;
	text-decoration:none;

}

