#TheGameContainer {
    display: block;
    position: absolute;
    width: 710px;
    height: 568px;
    z-index: 0;
    bottom: 0px; 
    right: 0px;
    overflow:hidden;     
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);

}

#TheGameContainer #BoardBackground {
    display: block;
    position: absolute;
    width: 703px;
    height: 316px;
    top: 200px; 
    background: var(--board_703px) no-repeat scroll 0 0px transparent;
    z-index: 100;
}

#TheGameContainer #DicePop {
	display: block;
	position: absolute;
	width: 253px;
	height: 168px;
	top: 398px;
	background: var(--Dice_Roll_4)  no-repeat scroll -35px 0px transparent;
	left: 393px;
	z-index: 200;
}

#TheGameContainer #Query {
	display: block;
	position: absolute;
	width: 523px;
	height: 256px;
	top: 228px;
	background: var(--query_full) no-repeat scroll 0 0px transparent;
	z-index: 105;
	left: 27px;
}


#TheGameContainer #DicePop:hover {
	cursor: pointer;
}

#TheGameContainer #Tiles {
    display: block;
    position: absolute;
    width: 566px;
    height: 278px;
    top: 218px;
    z-index: 103;
}

#TheGameContainer #Tiles #TileA {
    display: block;
    position: absolute;
    width: 100px;
    height: 40px;
    z-index: 0;
    top: 0px; 
    left: 451px; 
    background: var(--Tile_A) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileB {
    display: none;
    position: absolute;
    width: 57px;
    height: 27px;
    z-index: 0;
    top: 11px; 
    left: 413px; 
    background: var(--Tile_B) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileC {
    display: none;
    position: absolute;
    width: 70px;
    height: 30px;
    z-index: 0;
    top: 28px; 
    left: 417px; 
    background: var(--Tile_C) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileD {
     display: none;
    position: absolute;
    width: 70px;
    height: 36px;
    z-index: 0;
    top: 34px; 
    left: 473px; 
   background: var(--Tile_D) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileE {
    display: none;
    position: absolute;
    width: 87px;
    height: 45px;
    z-index: 0;
    top: 57px; 
    left: 487px; 
    background: var(--Tile_E) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileF {
    display: none;
    position: absolute;
    width: 80px;
    height: 41px;
    z-index: 0;
    top: 75px; 
    left: 433px; 
    background: var(--Tile_F) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileG {
    display: none;
    position: absolute;
    width: 87px;
    height: 60px;
    z-index: 0;
    top: 93px; 
    left: 371px; 
    background: var(--Tile_G) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileH {
    display: none;
    position: absolute;
    width: 79px;
    height: 56px;
    z-index: 0;
    top: 81px; 
    left: 308px; 
    background: var(--Tile_H) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileI {
    display: none;
    position: absolute;
    width: 73px;
    height: 41px;
    z-index: 0;
    top: 73px; 
    left: 254px; 
   background: var(--Tile_I) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileJ {
     display: none;
    position: absolute;
    width: 90px;
    height: 45px;
    z-index: 0;
    top: 91px; 
    left: 185px; 
   background: var(--Tile_J) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileK {
    display: none;
    position: absolute;
    width: 87px;
    height: 55px;
    z-index: 0;
    top: 127px; 
    left: 156px; 
    background: var(--Tile_K) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileL {
    display: none;
    position: absolute;
    width: 96px;
    height: 64px;
    z-index: 0;
    top: 155px; 
    left: 59px; 
    background: var(--Tile_L) no-repeat scroll 0 0px transparent;

}
#TheGameContainer #Tiles #TileM {
    display: none;
    position: absolute;
	width: 130px;
    height: 79px;
    z-index: 0;
    top: 211px; 
    left: 2px; 
    background: var(--Tile_M) no-repeat scroll 0 0px transparent;

}

#TheGameContainer #Dog {
	position: absolute;
	display: block;
	width: 51px;
	height: 63px;
	top: 175px;
	left: 450px;
	z-index: 500;
	background: var(--Dog-Tail-65px) no-repeat scroll 0 0px transparent;
	opacity: 1;
	
	
}

/* Optional with #DogSwoosh it is with Smoke dude ! */
#TheGameContainer #DogSwoosh {
	position: absolute;
	display: none;
	width: 45px;
	height: 112px;
	top: 176px;
	left: 456px;
	z-index: 500;
	background: var(--Dog_Smoke_50px) no-repeat scroll -308px 0px transparent;
	opacity: 1;
}


#CardZone {
	position: absolute;
	display: block;
	width: 315px;
	height: 390px;
	top: 45px;
	left: 30px;
	z-index: 600;
	background: var(--0_en) no-repeat scroll 0 0px transparent;
	opacity: 0;
}


#TESTING{
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;	
}


#OrientationDetect {
    display: none;
    opacity: 1;
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	text-align:center;
	padding-top: 5%;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	} 

.droid {
	zoom: 1;
}

#OrientationDetect P{
	font-size: 1.5em;
	text-align:center;
	font-family:sans-serif;
	zoom: 1.5;
	margin-top: 20%;
}

#Overlay {
	display:block;
	position: fixed;
	opacity:0;
	top:0;
	left:0;
	width:600px;
	height:200px;
	z-index:10000;

	background: -moz-radial-gradient(center, ellipse cover,  rgba(1,0,0,0.3) 1%, rgba(1,0,0,0.92) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(1,0,0,0.3)), color-stop(100%,rgba(1,0,0,0.92))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,0,0,0.3) 1%,rgba(1,0,0,0.92) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(1,0,0,0.3) 1%,rgba(1,0,0,0.92) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(1,0,0,0.3) 1%,rgba(1,0,0,0.92) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(1,0,0,0.3) 1%,rgba(1,0,0,0.92) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d010000', endColorstr='#eb010000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}












