
        html, body {
          height: 100%;
        }
        body {
          margin: 0;
		  background-color: #000;
		  color: #fff;
        }
		
		a:link { color: #fff; text-decoration: none;}
		a:visited { color: #fff; text-decoration: none;}
		a:hover, a:active { color: #fff; text-decoration: underline;}

        #topbar {
          height: 50px;
          width: 100%;
		  background-color: #000;
          border-top: 4px solid #000;
          border-bottom: 4px solid #000;
        }
        #iframe {
          height: 100%;
          width: 100%;
          border-width: 0;
        }
		#header-logo {
			height: 50px;
			float: left;
			background-color: #000;
			border: none;
			width: 44px;
			margin-right: 10px;
			margin-left: 10px;
			vertical-align: text-bottom;
		}
		#header-links {
			color: #fff;
			float: left;
			background-color: #000;
			border: none;
			height: 25px;
			text-align: left;
			font-size: 25px;
			position: absolute;
			left: 65px;
			top: 28px;
		}