#game {
	background:#000!important
}

        #tsgFG {
            background-color: rgb(0, 0, 0 );
            opacity: 0.0;
        }

        @keyframes fadey {
            0% {
                opacity: 0.4;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0.4;
            }
        }

        @keyframes full-opaque {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes full-transparent {
            from {
                opacity: 1;
            }

            to {
                opacity: 0;
            }
        }

        @-webkit-keyframes full-opaque {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @-webkit-keyframes full-transparent {
            from {
                opacity: 1;
            }

            to {
                opacity: 0;
            }
        }


/*

#gdkLoading{
	background:#000!important;
	height:100%!important;
	max-width:100%!important;
	min-width:100%!important;
	position:absolute!important;
	width:100%!important
}

#gdkLoading .gdkTableWrap,#gdkLoading .gdkTableCell{
	display:block!important;
	height:100%!important;
	max-width:100%!important;
	min-width:100%!important;
	position:absolute!important;
	width:100%!important
}

#gdkLoadingTitle,#gdkLoadingProgressText{
	display:none!important
}

#gdkLoadingBackground{
	background:url(../images/loading.png) center center fixed no-repeat!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
  	display:block!important;
	height:100%!important;
	width:100%!important;
//	max-width:100%!important;
//	min-width:100%!important;
//	position:absolute!important
}

#gdkLoadingProgress{
	display:block!important;
	height:10px!important;
	left:50%!important;
	margin:-5px 0 0 -272px;
	position:absolute!important;
	top:50%!important;
	width:544px!important
}

#gdkLoadingProgressBar{
	background:#000!important;
	border:0!important;
	border-radius:0!important;
	display:block!important;
	height:10px!important;
	position:absolute!important;
	top:50px!important;
	left:10%!important;
	width:80%!important
}

#gdkLoadingProgressLoaded{
	background:#F8D402!important;
	border:0!important;
	border-radius:0!important;
	display:block!important;
	height:10px!important
}

*/







/*.dg.ac{width=100!important;z-index:1!important}*/


