	@font-face {
    font-family: Anke;
    src: url('/Land/Anke.ttf'); }
	
	*
	{
	font-family: Anke;
	color:#202020;
	padding-top:4px;
	}
	
	html
	{
	padding:0;
	}
	
	.subP
	{
	padding:0;
	}
	
	hr
	{
	background-color:#444444;
	border:none;
	padding:1px;
	}
	
	p
	{
	font-family:Verdana;
	margin-block-start: 0px;
	margin-block-end: 0px;
	}
	
	h5
	{
	font-family:Verdana;
	font-weight:normal;
	color:#666666;
	margin-top: 0;
	margin-bottom: 8px;
	}
	
	b
	{
	font-family:Verdana;
	}
	
	a.desc
	{
	font-family:Verdana;
	margin-bottom:8px;
	display:block;
	line-height:20px;
	}
	
	h1
	{
	margin:0px;
	font-size:76px;
	}
	
	body
	{
	background-color:black;
	padding:0px;
	margin:0px;
	}
	
	h2
	{
	margin:0px 0 10px 0;
	}
	
	div
	{
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	}
	
	li
	{
	font-family:Verdana;
	}
	
	ul
	{
	margin-top:0px;
	}
	
	.scaleImg
	{
	width: 100%;
	max-width: fit-content;
	}
	
	.mainDiv
	{
	background-image:url('BottomTile.png');
	background-repeat: repeat;
	padding:0px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	}
	
	.backDiv
	{
	background-image:url('Background.jpg');
	background-repeat: no-repeat;
	background-position-x:center;
	padding:0px;
	width:auto;
	height:auto;
	min-height:100vh;
	}
	
	.bottomBackDiv
	{
	background-image:url('BottomBackground.jpg');
	background-repeat: no-repeat;
	background-position-x:center;
	background-position-y:bottom;
	padding:0px;
	width:auto;
	height:auto;
	min-height:100vh;
	}
	
	.contentDiv
	{
	padding-top:8px;
	margin:auto;
	background-color:rgba(255,255,255,0.5);
	max-width:1024px;
	}
	
	.trailerDiv
	{
	width:58%;
	height:440px;
	float:right;
	background-color:rgba(255,255,255,0.5);
	}
		
	.descDiv
	{
	width:38%;
	height:440px;
	float:left;
	background-color:rgba(255,255,255,0.5);
	margin-bottom:5px;
	}
	
	.topDiv
	{
	padding-top:2px;
	padding-bottom:2px;
	width:auto;
	background-color:rgba(255,255,255,0.5);
	text-align: center;
	}

	.screenDiv
	{
	clear:both;
	height:256px;
	background-color:rgba(255,255,255,0.5);
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
	}
	
	.screen
	{
	display:inline;
	}
	
	.detailDiv
	{
	margin-top:5px;
	background-color:rgba(255,255,255,0.5);
	font-family:Verdana;
	overflow-wrap:break-word;
	}
	
	.footerDiv
	{
	padding-top:8px;
	margin-top:5px;
	width:auto;
	background-color:rgba(255,255,255,0.5);
	text-align: center;
	}
	
	.container
	{
	padding:0px;
	}
	
	.mainButton
	{
    background: rgba(255,255,255,0.5);
    padding: 0px;
	padding-top: 16px;
	margin-bottom:8px;
	border: none;
	height:48px;
	width:100%;
	color:#202020;
	font-size:16pt;
	text-align: center;
	}
	
	.mainButton:hover
	{
    background: rgba(171,253,130,0.5);
	}
	
	.mainButtonText
	{
	text-decoration: none;
	}
	
	.mainButtonImg
	{
	vertical-Align: -8px;
	margin-right: 8px;
	}
	
	#lightbox
	{
	background-color:rgba(0,0,0,0.8);
	padding: 4px;
	}
	
	@media (max-width: 1023px)
	{
		.contentDiv 
		{
		width:auto;
		}
		
		.trailerDiv
		{
		display:none;
		}
		
		.descDiv
		{
		width:auto;
		height:auto;
		}
		
		.backDiv
		{
		width:100vw;
		}
		
		#overlay
		{
		width:0px;
		}
		
		h1
		{
		font-size:54px;
		}
	}