body {
	margin: 0px;
	padding: 20px;
	background: #009390 url("../images/splash_bg2.GIF") center left repeat-x;
	text-align: center;
	overflow: auto;
}

#container{
	width: 430px;
	margin: 0 auto;
	height: 100%;
	display: table;
	text-align: left;
}

#position{
	display: table-cell;
	vertical-align: middle;
  	width: 100%;
	text-align: center;
}

#content{
  overflow: hidden;
  float: left;
}

#container .button {
	width: 153px;
	height: 32px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

#container .button a {
/*	display: block; */
	width: 153px;
	height: 32px;
}

#container .english div {
	background: transparent url("../images/splash_button_english.gif") no-repeat;
}

#container .french div {
	background: transparent url("../images/splash_button_french.gif") no-repeat;
}

.iLink {
	visibility: hidden;
	font-size: 1px;
}

#footer {
clear:both;
font:x-small arial, sans-serif;
text-align:center;
color:#009390;
}
	#footer p {
		margin: 0;
		padding: 20px 0;
	}
	
	#footer a:active {
		color:#009390;
	}
	
	#footer a:hover {
		color:#009390;
	}
	
	#footer a:link {
		color:#009390;
	}
	
	#footer a:visited {
		color:#009390;
	}

/*
#container.hidden{
	margin-left: -3000px;
}
*/

