p {
	font-size: 12px;
	text-align: center;
	line-height: 11px;

}
#video {
    width: 100%;
    position: absolute;
    bottom: 51px;
    z-index: 100;
    left: 0;
}
#skipIntro {
	z-index:200;
	position: relative;
}
.red {
	color:red;
}
/*no longer blue*/
.blue {
	color: #00FFFF;
}
#mainGame {
	height:100%;
}
body {
	font-family: monospace;
	color: #ffffff;
	background-image: url(../images/introBackground.png);
	background-size: 100%;
}

	
}
button {
	width: 100px;
	height: 20px;
	font-size: 8px;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
#gameHeader {
	text-align: right;
	padding-right:113px;
	font-size: 2em;

}
#restart {
	margin-top: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
.list,
h2,
h1,
button,
#gameText,
#gameText2 {
	margin-left: 5px;
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
li {
	display: inline-block;
	float: left;
}

.box {
	width:212px;
	height:172px;
	border-style: solid;
	border-width: 1px;

}
.box1,
.box2 {
	background-color: white;
	border-color: green;
	color: black;
}
.box3 {
	background-color: red;
	border-color: green;
	color: black;
}
.box4 {
	background-color: black;
	border-color: green;
	color: white;
}
.charImg {
	width:182px;
	height:146px;
	margin: 0 auto;
	padding-left: 17px;
}

#gameText,
#gameText2 {
	text-align: left;
	#00FFFF
}
.sideImg {
	width: 395px;
	height: 220px;
	padding-right: 10px;
}
#pcHolder {
	width:200px;
	height:200px;
}