<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html
{
overflow:hidden;
cursor:pointer;
}

@charset "UTF-8";

#icons
{
position:absolute;
bottom:0px;
margin-left:auto;
margin-right:auto;
width:100%;
z-index:6;

}

a:link,a:visited
{
color:white;
text-decoration:underline;	
}

#footer
{
position:fixed;
font:Arial, Helvetica, sans-serif !important;
bottom:0px;	
height:15px;
font-size:small;
background:black;
color:white;
z-index:4;
padding:2px;
opacity:0.5;
}


#bg
{
position:absolute;
bottom:0px;
right:0px;	
height:100%;
width:100%;
background-size:100%;
z-index:1;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right top;
}

.bgimg
{
position:absolute;
bottom:0px;
right:0px;
	
}

#back
{
position:absolute;top:5px;left:5px;z-index:7;cursor:pointer;
}

#handSwipe{
	width:232px;
	height:114px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-57px 0 0 -116px;
}

#play
{
position:absolute;top:5px;right:5px;z-index:7;cursor:pointer;
}

#inner1
{
width:100%;
position:absolute;
padding-top:40px;
left:0px;
z-index:3;
}/* CSS Document */

#inner2
{
width:100%;
position:absolute;
top:0px;
left:0px;
z-index:3;
}/* CSS Document */


#backg
{	
position:absolute;
bottom:0px;left:-5000px;width:50000px;
height:200px;
background-image: url(../pics/bg.png);
}
</pre></body></html>