html, body {
	height: 100%;
	margin: 0;
}

body {
	
	background: url(../images/splash.jpg) no-repeat fixed center center black;
	background-size: cover;
	padding: 0;	
}

img {
	border: 0;
	margin: 10px 5px;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;
}

img.cover {
	width: 230px;
	height: 352px;
}

img.vertline {
	width: 1px;
	height: 352px;
	background-image: linear-gradient(hsla(0, 0%, 100%, 0) 0%, hsl(0, 0%, 100%) 50%, hsla(0, 0%, 100%, 0) 100%);
	margin: 10px 5px;
}

table.fuckThisImUsingTables {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.fuckThisImUsingTables td {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
	
}

div.reallyFuckitTablesRule {
	margin: 30px 0px;
	display: inline-block;
	padding: 10px;
	/*border-radius: 20px;*/
	background-color : rgba(0,0,0, 0.8);
    box-shadow: 0px 0px 50px 50px rgba(0,0,0, 0.82);
	
}

#page.reallyFuckitTablesRule {
	margin: auto;
	width: 80%;
	text-align: justify;
}

a:link img, a:visited img {
	border: 1px solid black;
}

a:hover img {
	border: 1px solid #32c9e4;
}

a:active img {
	border: 1px solid maroon;
}

.topper {
	margin-top: 1em;
}
p {
	text-align: center;
	color: white;
	margin-top: 0;
	text-shadow: 0 0 20px #000000;
	margin-bottom: 0;
	font: normal 1em Helvetica, Arial, Geneva, sans-serif;
}
#lists {
	display: none;
}

#floater {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#home {
	
	color: white;
	font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 0;
	/*float: left;*/
	border-top-right-radius: 30px;
	position: fixed;
	z-index: 1;
	padding: 2px 20px 2px 10px;
	bottom: 0;
}

#cash {
	
	color: white;
	font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	right: 0;
	/*float: right;*/
	position: fixed;
	z-index: 1;
	border-top-left-radius: 30px;
	padding: 2px 10px 2px 20px;
	bottom: 0;
}


/*#page {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 200px;
	padding: 20px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: justify;
}*/

h1 {
	color: #a10000;
	margin-top: 1em;
	font-size: 1.5em;
	text-shadow: 0 0 10px #000;
}

h2 {
	color: #d1edee;
	text-transform: lowercase;
	font-size: 1.3em;
	text-shadow: 0 0 10px #000;
}

h3 {
	color: #d1edee;
	text-transform: lowercase;
	font-size: 1.3em;
	text-shadow: 0 0 10px #000;
	/*margin-left: 1em;*/
}

.indent {
	margin-left: 1em;
	margin-right: 1em;
}
#page p {
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	text-shadow: 0 0 5px #000000;
	line-height: 1.5em;
	color: #cdcdcd;
}

.topgap {
	font-size: 20px;
}

.signature {
	text-align: right !important;
}



a:link#next, a:link#back, a:link#home, a:link#cash {
	text-decoration: none;
	background-color: rgba(206, 0, 0, 0.5);
}

a:visited#next, a:visited#back, a:visited#home, a:visited#cash {
	text-decoration: none;
	background-color: rgba(206, 0, 0, 0.5);
}

a:hover#next, a:hover#back, a:hover#home, a:hover#cash {
	text-decoration: none;
	background-color: rgba(206, 0, 0, 0.75);
}

a:active#next, a:active#back, a:active#home, a:active#cash {
	text-decoration: none;
	background-color: rgba(12, 89, 170, 0.59);
}

a:link, a:visited {
	color: #32c9e4;
	text-decoration: none;
}

a:hover {
	color: #7fdded;
	text-decoration: none;
}

a:active {
	color: #df0000;
	text-decoration: none;
}

@media only screen and (max-width: 525px) {
  
  img.vertline {
	width: 230px;
	height: 1px;
	display: block;
	background-image: linear-gradient(to right, hsla(0, 0%, 100%, 0) 0%, hsl(0, 0%, 100%) 50%, hsla(0, 0%, 100%, 0) 100%);
	margin: 10px auto;
	}
}