<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html{
	
	background:none;
	text-align:left;
	
}

body{

	width:100%;
	background:#111111 url(bg.png) repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	padding:0;
	margin:0;
	color:#999999;
	line-height:1.6em;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}




div#wrapper{
	
	margin:0px;
	
}

div.logo{
	
	text-align: right;
	display:block;
	position: relative;
	z-index:9;
	margin-top: 0px;
	
}

div#menu-wrapper{
	width:1200px;
	padding:0px 10px;
	margin: 0 auto;
}

#nav{
	float:left;
	margin: 20px auto 30px auto;
	width: 200px;
	position: fixed;
}

#content{
	float:right;
	width:1000px;
}

#content .navitem{
	font-size: 48px;
	border-bottom: 1px solid #505050;
	padding: 30px 10px;
	text-shadow: 1px 1px 20px #505050;
}

#content img{
	margin: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 15px #CCC;
}

div#menu-wrapper div.menuitem{
	z-index:1;
	position:relative;
	top:0px;
	left:0px;
	height:150px;
	background:#303030;
	overflow:hidden;
	border-radius:5px;
	float:left;
	width: 150px;
	margin: 10px;
	box-shadow: 1px 1px 15px #303030;
}

div#menu-wrapper div.menuitem&gt;div{

	border-radius:5px;
	height:100%;
	width:100%;
	display:block;

}

div#menu-wrapper div.menuitem img{
	
	opacity:0.8;
	position:absolute;
	top:50%;
	left:50%;
	margin:-55px 0 0 -60px;
	z-index:0;
	
}

div#menu-wrapper div.menuitem img:hover{

	cursor:pointer;
	
}

div.inner-menu-wrapper{
	
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	background:url(light.png) 0px -120px no-repeat;
	cursor:pointer;
	opacity:0;
	border-radius:5px;
	
}

div.inner-menu-wrapper-inv{
	
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	display:block;
	background:url(light.png) -200px -130px no-repeat;
	cursor:pointer;
	box-shadow:1px 1px 0px rgba(255,255,255,0.1) inset, -1px -1px 0px rgba(255,255,255,0.1) inset, 0px 0px 60px #000000 inset; 
	border-radius:5px;
	
}</pre></body></html>