@font-face {
	font-family: 'Global';
	font-smooth: never;
	-webkit-font-smoothing : none;
	src:url('terminus.woff') format('woff');
}
		body{
			
			font-size: 16px !important;
			
			color: #DEFDAD;
		  	font-family: 'Global' !important;
			background-color: #000000;
		}
		iframe{
			border-style: none;
			
		}
		span
		{
		  display: inline-block;
		  vertical-align: middle;
		}
		.centerBlock{
			margin: auto;
			position: absolute;
			top:0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 320px;
			height: 240px;
			padding: 4px;
			border: 1px solid #DEFDAD;
			
		}

		.logo{
			position: relative;
			width: auto;
			margin: 0 auto;
		}
		.galleryimg{
			justify-content: center;
			width:25%;
			height:auto;
		}
		.innerBlock{
			overflow: scroll;
			width: auto;
			height: 99%;
			border: 1px solid #DEFDAD;
			margin: 0 auto;
			position: static;
		}
		.container {
			margin: 0;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			
		}

		.lowerBlock{
			width: 320px;
			height: 34px;
			padding: 4px;
			border: 1px solid #DEFDAD;
			margin: auto;
			position: absolute;
			top:300px;
			bottom: 0;
			left: 0;
			right: 0;
		}
		.lowerInnerBlock{
			width: auto;
			height: 100%;
			border: 1px solid #DEFDAD;
			position: static;
			text-align:center;
			vertical-align:sub;
		}

		.buttonGoto{
			width: 44px;
			height: 17px;
			border: 1px solid #DEFDAD;
			position: absolute;
			bottom: 4px;
			right: 4px;
			text-align: center;
			vertical-align: bottom;
		}
		.copyright{
			position: absolute;
			bottom: 4px;
			left: 4px;
			vertical-align: bottom;
		}
		.button{
			width: 75px;
			height: 28px;
			border: 1px solid #DEFDAD;
			background-color: #242a1a;
			text-align: center;
			vertical-align: middle;
			float: left;
			line-height: 27px;
			margin-top: 2px;
			margin-bottom: 0px;
			margin-right: 0px;
			margin-left: 2px;
		}
		.button:hover{
			background-color: #819d53
		}
		 /* unvisited link */
			a:link {
				color: #DEFDAD;
				text-decoration: none;
			}

			/* visited link */
			a:visited {
				color: #DEFDAD;
				text-decoration: none;
			}

			/* mouse over link */
			a:hover {
				color: #DEFDAD;
				text-decoration: none;
			}

			/* selected link */
			a:active {
				color: #DEFDAD;
				text-decoration: none;
			}
