a:link    {color:#00FF00;text-decoration:none;}
a:visited {color:#0000FF;}
a:hover   {color:#00FF00;font-size:150%}
a:active  {color:#00FF00;}

body
{
	font-family:Arial;
	background-color:#000000;
	color:#000000;
	//background-size:auto 100%;
	//background-image:url('../Img/Logo.gif');
	//background-repeat:no-repeat;
	//background-position:center center;
}

button
{
	font-family:"Lucida Console", "Arial Black", Arial;
	text-shadow: 2px 2px #000000;
	color:FFFF00;
	background-color:rgba(0,0,0,0);
	border-color:rgba(0,0,0,0);
	font-size:125%;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	align:center;
	text-align:center;
	width:50%;
	height:20%;
	min-height:100;
}

.backgroundImageStyle
{
	position:fixed;
	height:95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index:0;
}

.canvasStyle
{
	position:fixed;
	border:0px solid #FFFFFF;
	z-index:0;
	left:0;
	top:0;
}

.humanStyle
{
	position:fixed;
	left:25%;
	top:20%;
	z-index:1;
}

.LLCStyle
{
	position:fixed;
	left:15%;
	top:40%;
	z-index:1;
}

.gameStyle
{
	position:fixed;
	left:37%;
	top:60%;
	z-index:1;
}
