html, body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	
	line-height: 7px;
	font-size: 9px;
}

#infos {
	width: 100%;
	background-image: url(bgInfo.png);
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: white;
	left: 0px;
	bottom: 0px;
	position: fixed;
}

#infos a {
	text-decoration: underline;
	color: white;
}

#infos p {
	margin-bottom: 0px;
	margin-top: 2px;
}

#infos ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 1.1em;
	list-style-type: none;
	padding: 0px;
}

#infos ul li {
	margin-right: 3px;
	display: inline;
}

