@import url("css/reset.css");
@import url("css/text.css");


/* 01 - GLOBAL ELEMENTS ----------------------------------------------*/
body	{
	overflow:hidden;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	display:none;
}


#demoCanvas {
	border:0px solid #fff; 
}

#message {
	display: none;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 982px;
}

canvas#canvas {
	width:100%;
	height:100%;
}

#canvasbkgd{
	margin:0 auto;
	position: absolute;
	z-index: 0;
	width:100%;
	height:100%;
	display: none;
}
#canvasbkgd1{
	top:0;
	left:0;
	z-index: -2;
	position: absolute;
	width:100%;
	visibility: hidden;
}
#dog{
	top:74.6265625%;
	left:21.716015625%;
	z-index: -1;
	position: absolute;
	width:19.756005859375%;
}
#instr{
	top:19.777799479167%;
	left:24.138818359375%;
	z-index: 1;
	position: absolute;
	width:53.662109375%;
}
#canvasbkgd2{
	top:0;
	left:0;
	z-index: -2;
	position: absolute;
	width:100%;
	visibility: hidden;
}
#canvasbkgd3{
	top:0;
	left:0;
	z-index: -2;
	position: absolute;
	width:100%;
	visibility: hidden;
}
#canvasbkgd4{
	z-index: -1;
	position: absolute;
	margin-top: 6.25%;
	margin-left: auto;
	margin-right: auto;
	top:0;
	left:0;
	right: 0;
	width:56.1035156%;
	visibility: hidden;
}
#canvasbkgd5{
	z-index: -1;
	position: absolute;
	margin-top: 4.9%;
	margin-left: auto;
	margin-right: auto;
	top:0;
	left:0;
	right: 0;
	width:56.1035156%;
	visibility: hidden;
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	#message {
		display: block;
		width:100%;
		height:100%;
		margin:0;
	}
	
	#text {
		margin: auto;
		font-size: 34px;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#message {
		display: block;
		width:100%;
		height:100%;
		margin:0;
	}
	
	#text {
		margin: auto;
		font-size: 34px;
	}
}