@font-face{
	font-family: visitor;
	src: url('visitor.woff');
}

a:link {text-decoration:none;
	color:#3399ff; }
a:visited {text-decoration:none;
	color:#3399ff; }
a:hover {text-decoration:none;
	color:#ff9900; }

body {
	margin:0px;
	padding:0px;
	color:#ffffff;
	text-align:center;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	background-color:#000000;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

#logo, #logo > * {
	width:100vw;
	max-height:256px;
	max-width:1024px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#main {
	display:flex;
	flex-direction:column;
	padding-bottom:22px;
	max-width:1024px;
	margin:auto;
	padding-top:8px;
}

.subheader {
	background-color:#fff;
	box-shadow:#ccc 4px 4px 0px;
	font-family:visitor;
	font-size:32px;
	color:#000000;
	text-shadow:#999 1px 1px 2px;
	padding:4px;
	width:300px;
}

.subsubheader {
	background-color:#fff;
	font-family:visitor;
	font-size:20px;
	color:#000000;
	text-shadow:#999 1px 1px 2px;
	padding:4px;
	text-align:center;
}

.maintext {
	background-color:#fff;
	box-shadow:#ccc 4px 4px 0px;
	font-family: "Exo 2";
	font-size:16px;
	text-align:left;
	color:#000;
	/*text-shadow:#999 1px 1px 2px;*/
	padding:8px;
	box-sizing:border-box;
	margin-bottom:16px;
}

.flextext {
	position:relative;
	width:48%;
	margin-bottom:16px;
	padding-bottom:64px;
}

.flextext img {
	float:right;
	margin-left:2px;
}

.dlbutton {
	position:absolute;
	bottom:0px;
	font-family:visitor;
	font-size:20px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	width:45%;
	height:48px;
	text-align:center;
}

#imgholder {
	background:#ddd;
	font-size:14px;
	text-align:center;
	font-style:italic;
	padding:10px;
	float:right;
	max-width:320px;
}

#imgholder img {
	max-width:300px;
}

#jesusman {
	max-width:300px;
	height:auto;
}

#stuff {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

ul {
	list-style-type:square;
	margin-top:0px;
	margin-bottom:0px;
}

table {
	background-color:#eeeeee;
	vertical-align:top;
	padding:1px;
}

tr:nth-child(odd) {background: #ddd}

tr {
	vertical-align:top;
}

td {
	vertical-align:top;
	padding-right:15px;
}

::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff; 
	
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #000000; 
}