body {
	cursor: url(../images/cursor.png), auto;
}

#color {
	width: 100%;
	height: 100%;
	background-color: #7e635c;
	position: fixed;
	top: 0px;
	left: 0px;
}

#bg {
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	background-image: url(../images/dot-grid.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	width: 224px;
	height: 190px;
	image-rendering: pixelated;
	position: absolute;
	top: 3%;
	left: 3%;
}

#title {
	font-size: 70px;
	font-family: pixel-op;
	color: #aba389;
	text-shadow: 5px 5px #000;
	text-align: center;
	margin: 40px;
}

footer {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.dir-btn {
	display: inline-block;
	width: 190px;
	height: 80px;
	background-color: #aba389;
	border: 11px solid #aba389;
	border-image: url(../images/window_out.png) 11 repeat;
	border-image-outset: 2px;
	image-rendering: pixelated;
	font-size: 32px;
	font-weight: 600;
	color: #000;
	text-shadow: 1px 1px #fff;
	margin-top: 20px;
	margin-right: 130px;
	position: relative;
	left: 50%;
	transform: translate(-405px, 0px);
}

.dir-btn:hover {
	background-color: #99927a;
}

#page {
	width: 1000px;
	background-color: #aba389;
	border: 22px solid #aba389;
	border-image: url(../images/window_out.png) 11 repeat;
	border-image-outset: 2px;
	image-rendering: pixelated;
	padding-bottom: 200px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 150px;
}

#page h2 {
	font-size: 60px;
	color: #000;
	text-shadow: 3px 3px #fff;
	margin: 40px;
}

#page h3 {
	font-size: 40px;
	color: #000;
	text-shadow: 1px 1px #fff;
	margin: 60px;
	margin-left: 40px;
}

#page p {
	font-size: 20px;
	font-weight: 600;
	margin: 50px;
}

#page p a {
	text-decoration: none;
	text-shadow: 1px 1px #fff;
}

#page div {
	width: 750px;
	background-color: #ddd;
	padding: 20px;
	margin-left: 50px;
	cursor: auto;
}

#page div p {
	font-size: 14px;
	font-family: monospace;
	font-weight: initial;
	color: #000;
	text-shadow: none;
	margin: 0px;
}

#page ol li a {
	font-weight: 100;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
}

#page ol {
	margin: 80px;
	margin-top: 50px;
}

#page ol li {
	font-size: 30px;
	color: #7e635c;
}


/*
aba389

7e635c

*/


