html, body {
	height: 100%;
}
body {
	margin : 0;
	padding : 0;
	font-family :Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;		
}	

#content {
	background-image : url(_img/background_home.gif);
	background-position : bottom;
	background-repeat : no-repeat;
	height: 65%;
}

#lang {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 55%;
}


a {
	color: Black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

