LI {
	margin-left: -2em;
}
.wrapper {
	width: 780px;
	text-align: left;
	background-repeat: repeat;
	background-image: url(/images/background.jpg);
	background-color: #FFFFFF;
	display:
}
.header {
	display:none
}

.homeheaderPrint {
	display: list-item; 
	list-style-image:url(/images/HEADERbackgroundprint2.jpg);
	list-style-position: inside;
	word-spacing:-5000em; /* I guess better that letter-spacing */
	overflow:hidden; /* This fix the Horizontal Roller */
	font-size:1px; /* unhappily is necessary */
	width: 780px;
	height: 300px;
}

.homeheader {
	display:none
}
.footerPrint {
	display: list-item; 
	list-style-image:url(/images/FOOTERbackgroundprint.jpg);
	list-style-position: inside;
	word-spacing:-5000em; /* I guess better that letter-spacing */
	overflow:hidden; /* This fix the Horizontal Roller */
	font-size:1px; /* unhappily is necessary */
	width: 780px;
	height: 150px;
	margin: 0 auto;

}
.footer {
	display: none;
}
.loadingpage {
	width: 780px;
	text-align: left;
	background-repeat: repeat;
	background-color: #4F6F92;
}