html {
	height: 100%;
	vertical-align: middle;
	display: table;
	margin: auto;
	overflow-y: scroll;
	overflow: visible;
	background: url(/bg/dragon.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #252e3a
}

body {
	height: 100%;
	width: 125%;
	background: rgba(37,46,58, 75%);
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #C1C1C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b8b8b8
}

table {
	text-align: left;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px
}

table a:link {
	color: #F3F3F3;
	text-decoration: solid
}

table a:visited {
	color: #F3F3F3;
	text-decoration: solid
}

table a:hover {
	color: #369;
	text-decoration: solid
}

table a:active {
	color: #369;
	text-decoration: solid
}

td {
	padding: 10px;
	border-bottom: 0.25px dashed #C1C1C1
}

th {
	padding: 5px;
}