

	html,body
	{
		margin: 0;
		height:100%;
		font-family: Circular, helvetica, sans-serif;
		background-color: #231f20;
    overflow:hidden;
	}


  a#uplogo
  {
    position: fixed;
    display:  block;
    right: 0px;
    top: -10px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-indent: -999em;
    background-image: url(../find-and-seek/ZapLogoLoop.gif);
    background-repeat: no-repeat;
    background-size:  contain;
		z-index: 100;
  }
