@charset "UTF-8";
/* CSS Document */


body{
	text-align: center;
	background: #000000;
}

#mainContainer-CON{
	width: 915px;
	margin: 0 auto;
}

#buttons-CON{
	background: url(../images/bg_main.jpg) no-repeat bottom center;
	height: 529px;

}

	#english-CON, #french-CON{
		/*width: 230px;*/
		margin-top: 288px;
	}
		#english-CON p, #french-CON p{
			font-size: 0.8em;
			line-height: 1.2em;
		}

	#english-CON{
		float: left;
		
	}
	
	#french-CON{
		float: right;
		
		}

.yellow{
	color: #fff3d3;
}
	
	
#content-CON{
	width: 665px;
	margin: 0 auto;
	background: url(../../images/bg_stamp.gif) no-repeat center 55px;
	padding-bottom: 33px;
}
	div.english{
		float: left;
	}
	div.french{
		float: right;}
	div.english,
	div.french{
		width: 289px;
		text-align: center;
	}

	div.english h2{
		background: url(../images/h2_introducing_en.gif);
		height: 36px;
		width: 225px;
		display: block;
		margin: 0 auto;
	}
	div.english h3{
		background: url(../images/h3_curiosity_en.gif);
		height: 17px;
		width: 265px;
		display: block;
		margin: 0 auto;

	}
	
	div.french h2{
		background: url(../images/h2_introducing_fr.gif);
		height: 36px;
		width: 242px;
		display: block;
		margin: 0 auto;

	}
	div.french h3{
		background: url(../images/h3_curiosity_fr.gif);
		height: 17px;
		width: 289px;	
		display: block;	
		margin: 0 auto;
	}
	
	
	div.english h2 span, 
	div.english h3 span, 
	div.french h2 span, 
	div.french h3 span{
		display: none;
	}
	div.english h3,
	div.french h3{
		margin-top: 28px;
	}

div#footer-CON{
	margin-top: 10px;
}
div#footer-CON p{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}