@font-face {
	font-family: "mplus-1c-regular";
	src: url("fonts/mplus-1c-regular.ttf");
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background: #333;
}

object, embed {
	width: 100%;
	height: 100%;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

	h1 {
		font-family: "mplus-1c-regular", sans-serif;
		padding: 10px 0 0 20px;
		font-size: 32pt;
	}
	
		h1 a {
			color: #fff;
		}
	
		h1 a:hover {
			background: transparent;
		}
	
	h2 {
		clear: left;
		font-family: "mplus-1c-regular", sans-serif;
		font-weight: normal;
		font-size: 14pt;
		margin: 40px 0 10px 20px;
	}
	
address {
	font-style: normal;
	margin: 0 0 0 20px;
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: inherit;
}

address a, .menu a {
	color: #ccc;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
}
	
#background {
}

#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: url("scan.png"); */
	color: #fff;
	overflow: auto;
}

	#tag {
		margin: 60px 0 0 0;
	}
	
	ul.menu {
		margin: 0;
		padding: 0;
	}
	
		.menu li {
			display: inline;
			float: left;
			clear: left;
			background: #000;
			margin: 0 0 20px 0;
		}
		
		.menu a {
			background: #111;
			padding: 5px 10px 5px 20px;
		}
		
			.menu a:hover {
				border-right: 40px solid #008bb9;
			}
		
			.menu a:hover, a:hover {
				background: #008bb9;
				color: #fff;
			}