a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:visited
{
	color: #999999;
}

a:hover
{
	color: #DDDDDD;
}

p
{
	font-size: 24px;
}

div
{
	text-align: center;
}

body
{
	background-image: url(Graphics/BG.png);
	background-repeat: repeat-x repeat-y;
}

.Logo
{
	margin-top: 0%;
}

.Player
{
	display: inline-block;
	border:1px solid #FFFFFF;
	margin-top: 1px;
}

.LinkSquare
{
	border:1px solid #FFFFFF;
	padding: 4px;
	color: #FFFFFF;
}

a.LinkSquare:visited
{
	color: #FFFFFF;
}

a.LinkSquare:visited:hover
{
	color: #DDDDDD;
}

.container
{
	top: 0px;
	position: relative;
	display: block;
	overflow: auto;
	text-align: center;
}

.content
{
	display: inline-block;
	padding: 40px 0;
	min-width: 0px;
	max-width: 607px;
	width: 607px;
	background: rgba(64,64,64,0.30);
	color: #FFFFFF;
	border:1px solid #000000;
	height: 40vh;
}

.centered-element
{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal
{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
}

.modal-content
{
	margin: auto;
	display: block;
	width: 640px;
	height: 640px;
	border: solid white 1px;
}

.close
{
	position: right;
	color: white;
	font-size: 40px;
	cursor: pointer;
}

.caption
{
	font-size: 24px;
	color: #FFFFFF;
}

/* Consolas 112px */
