    
    body, html{
      font-family: 'Open Sans', sans-serif;
      overflow: hidden;
      width:100%; 
      height:100%; 
      margin:0px; 
    }
	h{
      font-family: 'Open Sans', sans-serif;
	}
    
    body{
      background-color:#181818;
      background:url("../backgrounds/bar.png") repeat;
    }
    
    div#Dialog{
      background-color:#FFFFFF;
      left:50%;
      top:20px;
      width:525px;
      margin:0 0 0 -282px;
      padding:20px 20px 20px 20px;
      clear:both;
      position:absolute;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      box-shadow:0px 0px 10px #000;
      -moz-box-shadow:0px 0px 10px #000;
      -webkit-box-shadow:0px 0px 10px #000;
    }
	
	a#HomeButton{
      background:url("../icons/Home.png");
      z-index: 4000;
	  width:56px;
	  height:55px;
      float:left;
    }
    
    div#Home{
      background-color:#FFFFFF;
      position:absolute;
      right:40px;
      bottom:40px;
      z-index: 4000;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      box-shadow:0px 0px 10px #000;
      -moz-box-shadow:0px 0px 10px #000;
      -webkit-box-shadow:0px 0px 10px #000;
    }
	
	.Description{
      color:#000000;
      visibility:hidden;
      background-color:rgba(255,255,255,0.5);
      height:28px;
      top:27px;
      position:relative;
      text-align:center;
      font-family: 'Monofett', cursive;
      font-size:16pt;
      width:56px;
    }
