body,p {
	margin: 0px;
	background:#33323F;
	color: #808080;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9pt;
}

#header {
	padding-left: 100px;
	padding-top: 100px;
}

#logo {
	margin-right: 20px;
	border: 1px solid black;
	width: 300px;
	height: 300px;
}

#up_layer {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#menu {

	margin-left: 10px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 5px;
	display:table-cell;
	display:inline-table;
	display:inline-block;
	border-left: 4px solid orange;
	text-align: left;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

#footer {
	font-size: 9px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
}

h1 {
	color: #33323F;
}

#ascii_art {
	border: 1px solid black;
	font-family: "Arial";
	font-size: 4pt;;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 250px;
	left: 250px;
}

pre {
	margin: 0px;
	padding: 0px;
}

#bg {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;

	z-index: 1;
}