BODY
{
	background: #fff url( 'img/bg.jpg' );
	-webkit-background-size: 100% 100%;
	overflow: hidden;
}
@font-face {
    font-family: Knuckles;
    src: url(GROBOLD.ttf);
}

#oof {
    background-image: url(img/3d-flat-earth.jpg)
}

#dab {
    width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(315deg, rgba(255, 0, 0, 0.5), rgba(227, 255, 0, 0.5), rgba(0, 255, 10, 0.5), rgba(0, 253, 255, 0.5), rgba(37, 96, 255, 0.5), rgba(242, 0, 255, 0.5), rgba(255, 0, 0, 0.5));
    background-size: 1400% 1400%;

    -webkit-animation: Gradient 20s ease infinite;
    -moz-animation: Gradient 20s ease infinite; 
    animation: Gradient 20s ease infinite;
}

#container
{
    
	position: fixed;
	text-align: center;
	left: 50%;
	top: 45%;
	margin-top: -120px;
	margin-left: -150px;
	width: 300px;
}

h1 {
    font-family: Knuckles;
    color: #1d1d1d;
}

h2 {
    font-family: Knuckles;
    color: #1d1d1d;
}

.progressbar
{
	margin: 0 auto;
	width: 150px;
	border-radius: 3px;
	text-align: left;
	padding: 1px;
	background-color: rgba( 0, 0, 0, 0.6);
	float: right;
}

.reflection
{
	-webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), from(rgba(0, 0, 0, 0.0)), to(rgba(255, 255, 255, 0.5)));
}

.progressbar .inner 
{
	border-radius: 2px;
	background-color: rgba( 0, 240, 0, 1.0);
	width: 0.2%;
	height: 11px;
}

#progress_text
{
	position: absolute;
	width: 500px;
	right: 170px;
	bottom: 0px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	font-family: helvetica;
	color: rgba( 0, 0, 0, 0.4);
	letter-spacing: -1px;
	text-shadow: 0px 0px 3px white;
	overflow: hidden;
	white-space: nowrap;
}


@-webkit-keyframes walk 
{
	0% 
	{
		-webkit-transform: rotateZ(0deg);
        background-color: #ff7777;
	}
		
	50% 
	{
		-webkit-transform: rotateZ(180deg);
        background-color: #7787ff;
	}
	
	100% 
	{
		-webkit-transform: rotateZ(360deg);
        background-color: #ff7777;
	}
}


.walk
{
	-webkit-animation-name: walk;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-perspective: 6000px;
    background-image: url(img/knucklexd.png);
    background-position: center;
    background-size: cover;
	text-align: center;
	width: 150px;
	height: 150px;
	color: #ff0000;
	font-size: 40px;
	font-family: arial;
	font-weight: bold;
	border-radius: 200px;
	display: inline-block;
}

@-webkit-keyframes Gradient {
    0%{background-position:0% 11%}
    50%{background-position:100% 90%}
    100%{background-position:0% 11%}
}
@-moz-keyframes Gradient {
    0%{background-position:0% 11%}
    50%{background-position:100% 90%}
    100%{background-position:0% 11%}
}
@keyframes Gradient { 
    0%{background-position:0% 11%}
    50%{background-position:100% 90%}
    100%{background-position:0% 11%}
}
