html, body {
	height: 100%;
	width: 100%;
text-align : center;
margin : 0;
}
.info {
z-index : 2;
color : #000;
padding-bottom : 0;
font-size : 11px;
line-height : 11px;
font-family : Tahoma, Verdana, Arial;
text-decoration : none;
border: none;
position : relative	;
margin-top:  0;
margin-bottom : 0;
bottom : 0;
left : auto;
right : auto;
align : center;
vertical-align : bottom;

}

.info a {
	color: #000;
}
.info a:hover {
color : #fff;
}
.client {
	
	font-size : 12px;
	font-family : Tahoma, Verdana;
	text-align : center;
	line-height : 24px;
}
.clienttitle {

	font-size : 14px;
	margin-top : 25px;
	text-decoration: underline;
	font-family : Tahoma,Verdana;
	font-weight : bold;
	text-align : center;
	line-height : 24px;
}
