﻿@charset "UTF-8";
	* { 
		margin: 0; 
		padding: 0; 
		border:none;
	}
	body {
		background-color:#0A0917;
	}
	#page-wrap {
		height:100%; 
		margin: 0; 
		padding: 0;
		background: transparent;
		z-index:20;
	}
	#bg { 
		position: fixed; 
		top: 0;
		left: 0;
		z-index:10;
	}
	.bgwidth { width: 100%; }
	.bgheight { height: 100%; }
	
	#menblock {
		position:fixed;
		width:100%;
		top:10px;
		left:20px;
		padding:20px;
		z-index:50;
	}
	#menblock a:link, #menblock a:visited {
		font-family: Verdana,Helvetica,Arial,sans-serif;
		font-size:1em;
		color:#CCC;
		opacity: .80000000000000000000000000;
		text-decoration:none;
		text-align: left;
	}
	#menblock a:hover, #menblock a:focus {
		opacity: .90000000000000000000000000;
	}
	
