body, html{
	margin: 0;
	overflow: hidden;
	/*background-color: lavender;*/
	font-family:Helvetica;
	background-color:#f4f4f4;
}


table#terrain{
	margin: 30px auto;
	position: relative;
	border-collapse: collapse;
	width:600px;
	height:600px;
}


table#terrain > tbody > tr{
	width: 100%;
	height: 2%;
}


table#terrain > tbody > tr > td{
	height: 2%;
	width: 2%;
	-moz-transition    : all 0.2s ease-in-out;
    -webkit-transition : all 0.2s ease-in-out;
    -ms-transition     : all 0.2s ease-in-out;
    -o-transition      : all 0.2s ease-in-out;
    transition         : all 0.2s ease-in-out;
}



table#terrain > tbody > tr:last-child > td:last-child{
	background-image: url(../assets/door.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.fancybox-skin{
	background: url(clap.gif);
	background-position: 20px 30px;
}

.fancybox-skin p{
	color: #00689E;
	font-size: 20px;
}

#dialog{
	display: none;
}

#hero{
	position: absolute;
	background-image: url(../assets/bird.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	top: 1px;
	left: 1px;
}

.brick_1{
	background-image: url(../assets/1.jpg);
}

.brick_2{
	background-image: url(../assets/2.jpg);
}

.brick_3{
	background-image: url(../assets/3.jpg);
}

.brick_4{
	background-image: url(../assets/4.jpg);
}

.brick_5{
	background-image: url(../assets/5.jpg);
}

.brick_6{
	background-image: url(../assets/6.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.brick_0{
	background-color: white;
}

.question{
	font-weight: bold;
}

.answer{
	font-size: 16px;
	font-style: italic;
}

#intro
{
	position:absolute;
	height: 300px;
    width: 600px;
    margin: -150px 0 0 -300px;
    top: 50%;
    left: 50%;
	
	background-color:White;
	border:solid 1px #222222;
	z-index :100;
	text-align:center;
	padding: 40px 20px 40px 20px;
}


.start {font-weight:bold;	color:#FFFFFF;text-decoration:none;padding:20px;background-color:#f46b23;}
.start a:link{font-weight:bold;	color:#FFFFFF;text-decoration:none;}
.start a:hover{font-weight:bold;color:#FFFFFF;text-decoration:none;}
.start a:visited{font-weight:bold;color:#FFFFFF;text-decoration:none;}



.tip_text {
	font-weight: bold;
	color: #eb6b0b;
	border-style: dashed;
	border-color: #57585b;
	border-width: 0;
	border-bottom-width: 3px;
	padding-bottom: 17px;
	font-size: 26px;
	width: 440px;
	margin: 0 auto;
}

