html {
	margin-bottom: 25px; 
}
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 25px;
	line-height: 25px;
	background: url(images/back.png);
	background-repeat: repeat-x;
	background-color:#000000;
}
a,
a:link,
a:visited,
a:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	position: fixed ;
	bottom: 10px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	margin-top: 20px;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
