/* CSS Document */

header, section, article, nav, footer	{
	display:block;
}
.cssTxt	{
	text-indent:-10000px;
}
.clear	{
	clear:both;
}
.blockLink	{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
}
a.blockLink:hover	{
	background-position:left bottom;
}
#probabilitiesWrapper	{
	width:920px;
	height:890px;
	background:url(../images/bkgrdProbabilityChallenge.jpg);
	font:13px/15px Arial, Helvetica, sans-serif;
	color:#fff;
}
#probabilitiesWrapper a	{
	outline:none;
}
#probabilitiesWrapper header	{
	height:174px;
}
#probabilitiesWrapper h1,
#probabilitiesWrapper h2	{
	display:none;
}
#btnTeachersGuide	{
	width:120px;
	height:80px;
	float:right;
}
#congratulations,
#bonusActivity	{
	padding:0 294px;
	text-align:center;
}
#congratulations article	{
	height:195px;
	border-bottom:1px solid #3bccff;
}
#congratulations h3	{
	margin:0;
	padding:0;
	background:url(../images/hdrCongratulations.png) no-repeat;
	height:50px;
}
#btnStartTheTour	{
	background-image:url(../images/btnStartTheTour.png);
	width:168px;
	height:33px;
	margin:19px auto 0 auto;
}
#bonusActivity	{	
	height:300px;
}
#hdrBonusActivity	{
	background:url(../images/hdrBonusActivity.png) no-repeat;
	height:25px;
	margin-top:35px;	
}
#bonusActivity h3	{
	margin:0;
	padding:0;
	background:url(../images/hdrProbabilityLab.png) no-repeat;
	height:40px;
}
#bonusActivity	span	{
	font-size:11px;
	line-height:13px;
}
#btnEnterTheLab	{
	background-image:url(../images/btnEnterTheLab.png);
	width:168px;
	height:33px;
	margin:19px auto 0 auto;
}
#logoActuarialFoundation	{
	background:url(../images/logoActuarialFoundation.png) no-repeat;
	width:189px;
	height:56px;
	margin:19px auto;
}