/**************************************
Author:		Agency.com
Client:		Comet Sambre
Name: 		Milena Polimeno
Start:		02/06/2008



* Styling language choice page
**************************************/
html { 
	overflow: hidden; 
	height: 100%;
	}
body { 
	overflow: hidden; 
	margin:0;
	padding:0;
	height: 100%;
	}
#language-choice {
	background:url(../_images/bg-language.jpg) top center no-repeat; 
	width:100%; 
	height:100%; 
	z-index:100000; 
	position:absolute; 
	top:0;
	padding-top:355px;
	}
#language-choice img {
	display:block;
	text-align:center;
	margin:0 auto 15px;
	padding-left:40px;
	}
#language-choice img.logo {
	margin-top:50px;
	}
#language-left {
	background:url(../_images/bg-language-tile-left.jpg) top left repeat-x; 
	width:49%; 
	height:100%; 
	z-index:0; 
	position:absolute; 
	left:0;
	}
#language-right {
	background:url(../_images/bg-language-tile-right.jpg) top right repeat-x; 
	width:50%; 
	height:100%; 
	z-index:0; 
	position:absolute; 
	right:0;
	}

