body {
	background-color: #000000;
	max-width: 100%;
	color: #ffffff;
	font-family: "Times New Roman","Yu Gothic";
	transition: all 400ms 0ms ease;
	font-size: 12pt;
}

.bg {
	background-image: url("./bg_game.jpg");
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link {
	color: #ff0000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #800000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #ff8080;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #ff0088;
	background-color: transparent;
	text-decoration: none;
}

#header {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	border: 1px solid red;
	position: static;
	top: 0px
}

header ul li {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
	font-size: 12pt;
}

#footer {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	border: 1px solid red;
	position: static;
	
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content {

	text-align: left;
	margin: 5%;
}

div p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14pt;
}

.dlink {
	font-size: 16pt;
}

.thumb {
	max-width: 49%;
	
	height: auto;
	margin-bottom: 10px;
}

.container {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	padding: 0 1%;
	margin-bottom: 10px;
	border: 3px double #ff0000;
}

td {
	text-align: right;
	border: 1px solid #ffffff;
}

.logo {
	width: 5%;
	position: fixed;
}

h1 img {
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
	min-width: 100px;
	width: 50%;
}