@charset "UTF-8";

/*
	
	Copyright © Corporation Eightt.
	
	Coded by the henchmonkeys at Eightt,
	who want you to learn from some of
	their great techniques herein.
	
	Specific Page Author: Taldar Baddley.
	
*/




* {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Futura", "Helvetica", "Arial";
	text-transform: uppercase;
	cursor: default;
	font-weight: normal;
}

body {
	background-color: rgb(0,0,0);
	color: rgb(240,240,240);
}

div#db {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.8em;
	text-align: center;
}

div#nav {
	margin-top: 5px;
	margin-bottom: 50px;
	font-size: .9em;
	text-align: center;
}

a {
	text-decoration: none;
	color: rgb(240,240,240);
	cursor: pointer;
}

a:hover {
	color: rgb(174,192,237);
}

a:active {
	color: rgb(172,150,233);
}

.selected {
	color: rgb(174,192,237) !important;
}

a img {
	cursor: pointer;
	border: none;
}

/*				LAYOUT AID				 */
/*div {
	background-color: rgba(255,255,255,0.1);
}*/