<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY    {
	margin:0 auto;
	width:100%;
	height:100px;
	background-color:#000000;
	background-image:url(graphics/woodbg2.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	}


* {
	margin:0px;
	padding:0px;
	}
	
.super {
	z-index:10;
	}

.part {
	display:block;
	max-width:100%;
	margin:10px;
	}
	
.part2 {
	display:block;
	max-width:100%;
	border: solid 1px #000000;
	margin:10px;
	}
	
.icon {
	display:inline-block;
	margin:0px 20px;
	}

A {
	font:1.35em Open Sans;color:#ffdd88; 
	text-decoration:none;
	cursor:pointer;
	}
A:hover {
	text-decoration:underline;
	color:#ffcc88;
	}

A.email {
	font:1.1em Arial;color:#cccccc; 
	text-decoration:none;
	cursor:pointer;
	}
A.email:hover {
	text-decoration:underline;
	color:#ffcc88;
	}

A.white {
	font:1.35em Open Sans;color:#000000; 
	text-decoration:none;
	cursor:pointer;
	}
A.white:hover {
	text-decoration:underline;
	color:#aa9944;
	}

#container {
	position:absolute;
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	//overflow:hidden;
	}

.wbg {
	background-color:#ffffff;
	background-image:none;
	}

#logo {
	position:relative;
	//top:10px;
	margin:5px auto;
	width:80%;
	max-width:563px;
	height:auto;
	}

#screen {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}

#screen iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


#nav {
	margin:10px auto;
	}
	
#nav ul li {
	margin:0px 10px;
	list-style:none;
	display:inline;
	}

#footer {
	clear:both;
	margin:10px auto;
	font:0.9em Open Sans;color:#ffffff; 
	//text-align:center;
	}

#adbox { 
	position:relative;
	top:-30px;
	width:80%;
	height:25px;
	left:10%;
	}

#box3 { 
	font: italic 1.2em Merienda;
	font-weight:600;
	color:#ffffff;
	}

.fader2 {
	-webkit-animation: xfade2 1 ease-in forwards 5s;
	-moz-animation: xfade2 1 ease-in forwards 5s;
	animation: xfade2 1 ease-in forwards 5s;
	}

@-webkit-keyframes xfade2 {
	0% { left:100px;opacity:0; }
	20% { left:10%;opacity:1; }
	80% { left:10%;opacity:1; }
	100% { left:-100px;opacity:0; }
	}

@-moz-keyframes xfade2 {
	0% { left:100px;opacity:0; }
	20% { left:10%;opacity:1; }
	80% { left:10%;opacity:1; }
	100% { left:-100px;opacity:0; }
	}

@keyframes xfade2 {
	0% { left:100px;opacity:0; }
	20% { left:10%;opacity:1; }
	80% { left:10%;opacity:1; }
	100% { left:-100px;opacity:0; }
	}

#adbox2 { 
	position:relative;
	top:0px;
	width:100%;
	height:50px;
	}

#box6 { 
	position:absolute;
	width:100%;
	top:215px;
	left:0px;
	font:1.0em Merienda;
	color:#ffffff;
	}

#subtit { 
	position:relative;
	width:100%;
	font: 2.0em Tangerine;color:#9c8048;
	text-shadow: -0.5px -1px 0px #eeeeee;
	}

#box7 { 
	position:relative;
	width:90%;
	padding: 5%;
	text-align:left;
	font:0.9em Open Sans;
	font-weight:400;
	color:#000000;
	}

#mouse {
	position:relative;
	top:0px;
	left:20px;
	width:400px;
	height:100px;
	font:bold 1.25em Open Sans;
	font-weight:400;
	color:#ff0000;
	}



@media screen and (orientation: landscape) {

	#box6 { 
		position:absolute;
		width:100%;
		top:370px;
		left:0px;
		font:1.4em Merienda;
		color:#ffffff;
		}

	
	}












</pre></body></html>