 * {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
        } 
        body, html {
            width: 100%;
            height: 100%;  
            overflow-x: hidden;
        }
        body {
	background-image: none;
	background-size: 200px 129px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow-x: hidden;
	padding-bottom: 40px;
	height: auto;
	background-color: #fff;
        }
        #loader {
            position: absolute;
            width: 100%;
            height: 50px;
            top: 60%;
            text-align: center;
            font-family: "Schoolbell";
            font-size: 24px;
        }
        #background {
            display: block;
            position: relative;
            margin: 0 auto;        
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
        }
        #Scene {
            display: block;
            position: relative;
            margin: 0 auto;
            background: none;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        #home {
            display: block;
            margin: 0 auto;
            width: 100px;
            color: #aaa;
            text-decoration: underline;
            opacity: 0;
            font-family: Georgia, "Times New Roman", Times, serif;
        } 
        #home:hover {
            color: #444;
        }
/* IE8 Warning box */
.upgradebox {
	height: 340px;
	width: 541px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #000000;
	margin-top: 5px;
	z-index: 5000;
	background-color: #FFFFFF;
	background-image: url(../static/css/ug-background.jpg);
	background-repeat: repeat;
}
#UGtitle {
    background-image: url(../static/images/line-rule-bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 108% auto;
    height: 50px;
    margin: 0 auto;
    max-width: 540px;
    overflow: hidden;
    width: 100%;
}
#UGtitle span {
	bottom: 0px;
	color: #CCCCCC;
	float: right;
	font-size: 60px;
	font-weight: 100;
	margin-right: 25px;
	position: relative;
	font-family: Helvetica;
}
.ug-text {
	background-image: url(../static/css/upgrade-text.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 541px;
}
.UG-inner {
	margin: 20px;
}
.ug-homespacer {
	height: 50px;
	width: 100%;
}
 .chrome {
	background-image: url(../static/css/UGicons/chrome.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 86px;
	width: 75px;
	margin-left: 19.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 .firefox {
	background-image: url(../static/css/UGicons/firefox.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 86px;
	width: 75px;
	margin-left: 19.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ie9 {
	background-image: url(../static/css/UGicons/IE9.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 86px;
	width: 75px;
	margin-left: 19.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.safari {
	background-image: url(../static/css/UGicons/safari.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 86px;
	width: 75px;
	margin-left: 19.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.opera {
	background-image: url(../static/css/UGicons/opera.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 75px;
	float: left;
	margin-left: 19.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gothere a:link {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
}
 /* end of warning box */