html, body {
  width: 100%;
  height: 100%;
	margin: 0px;
	padding: 0px;
	background: #a4928c;
}

#main {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 100%;
	background: #a4928c url('../../includes/goutetvi-files/main_bg.jpg') 0px -15px repeat-y;
  vertical-align: top;
}
html>body #main {
  height: auto;
  min-height: 100%;
}

#main_frame {
	position: absolute;
	top: 5%;
	left: 7%;
	width: 320px;
	height: 330px;
	background: url('../../includes/goutetvi-files/home_banner.jpg') no-repeat top left;
}

#bg_img {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 750px;
  height: 560px;
  background: #645A54 url('../../includes/goutetvi-files/home_bg.png') no-repeat bottom right;
}

#lang_menu {
  margin-top: 170px;
}

#lang_item_fr {
  display: block;
  width: 200px;
  height: 30px;
  margin-bottom: 10px;
	background: url('../../includes/goutetvi-files/home_lang_fr.png') no-repeat top left;
}

#lang_item_fr:hover {
	background: url('../../includes/goutetvi-files/home_lang_fr_selected.png') no-repeat top left;
}

#lang_item_nl {
  display: block;
  width: 200px;
  height: 30px;
  margin-bottom: 10px;
	background: url('../../includes/goutetvi-files/home_lang_nl.png') no-repeat top left;
}

#lang_item_nl:hover {
	background: url('../../includes/goutetvi-files/home_lang_nl_selected.png') no-repeat top left;
}

#lang_item_en {
  display: block;
  width: 200px;
  height: 30px;
  margin-bottom: 10px;
	background: url('../../includes/goutetvi-files/home_lang_en.png') no-repeat top left;
}

#lang_item_en:hover {
	background: url('../../includes/goutetvi-files/home_lang_en_selected.png') no-repeat top left;
}