html {
	overflow: -moz-scrollbars-vertical;
	width: 100%;
	height: 100%;
	}
	
body {
	text-align: left;
	width: 100%;
	margin: auto;
	background-color: #ebebeb;
	}
	
div.background-image {
	width: 750px;
	background: url(../image/bg-language-select.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 130px;
	padding-top: 360px;
	}

div.languages {
	width: 238px;
	height: 38px;
	margin: 0 auto;
	}
	
div.fr-left {
	float: left;
	width: 99px;
	height: 20px;
	}
	
div.nl-right {
	float: right;
	width: 120px;
	height: 20px;
	}