/* Подвал, текст и положение */
footer
{ 
	background-color: #333; 
	color: white; 
	text-align: center; 
	padding: 1em; 
} 
#FooterText
{
	display: block;
	text-align: center;
	color: #DCDCDC;
	border: none;
	background-color: transparent;
	background-image: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}
