body {
	margin: 0;
	padding: 0;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 571px;
	margin-top: -285px;
	margin-left: -400px;
	background-image:  url("images/index/home.gif");
	background-position: center center;
	background-repeat: no-repeat;
     }
h1 {
	position: absolute;
	margin: 0px;
	padding:0px;
	margin-left: -5000px;
	line-height: 1px;
	font-size: 1px;
}
a {
	background-repeat: no-repeat;
	height: 30px;
	width: 125px;
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 460px;
	display: block;
	float: left;
}
a span {
	display:none;
}
a#espagnol {
	background-image:  url("images/index/home_spain.gif");
}
a#english {
	background-image:  url("images/index/home_english.gif");
}
a#francais {
	background-image:  url("images/index/home_french.gif");
}
a#espagnol:hover {
	background-image:  url("images/index/home_spain_over.gif");
}
a#english:hover {
	background-image:  url("images/index/home_english_over.gif");
}
a#francais:hover {
	background-image:  url("images/index/home_french_over.gif");
}
#weboscope_index {
	text-align: center;
	margin-left: 200px;
}