body {
	background-color: #1AB7EA;
	font: 11px Arial, helvetica, sans-serif;
	text-align:center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#learnbody {
	margin: 0 auto 0 auto;
	background-color: #1AB7EA;
	height: 100%;
}
#main {
	width: 866px;
	height: 545px;
	background-image: url(../images/splash_image.gif);
	background-repeat:no-repeat;
	text-align:left;
	margin: 80px auto 0px auto;
	/*border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/
}
#centeredButtons{
	position: absolute;
	width: 866px;
	height: 40px;
	top: 480px;
	text-align: center;
}
/******** langue button style ******/
.langButton{
	display: inline;
	width: 100px;
	height: 25px;
}
.langButton A, .langButton A:visited{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	color:#1AB7EA;
	padding: 0 15px 0 15px;
}
.langButton A:hover{
	text-decoration: underline;
}
/******** footer style *********/
#footer {
	width: 730px !important; width:739px;
	height: 15px;
	background-color: #2A3086;
	background-position: center;
	font: 10px Arial, helvetica, sans-serif ;
	text-align:left;
	font-weight: lighter;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 5px 0px 0px 9px;
	display: block;
}
.clear {
	clear:both;
}
