﻿#outerDiv{
	position:relative;
	width:450px;
	margin:100px auto auto auto;
	border:0px red solid;
}

#gameContainer{
	position:relative;
	width:100%;
	height:300px;
	border-top: 3px black solid;
	border-left: 3px black solid;
	border-right: 5px black solid;
	border-bottom: 5px black solid;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

#bgImage{
	z-index:1;
	height:300px;
	width:450px;
}

h1{
	font-size:2.0em;
	color:black;
}

#grid1, 
#grid2,
#grid3,
#grid4,
#grid5,
#grid6
{
	position:absolute;
	border:1px black solid;
	padding-top:45px;
	width:150px;
	height:105px; 
	background-color:#CDE6E8;
	z-index:2;
	color:023749;
	text-align:center;
	font-size:1.0em;
	font-weight:bold;
}


.bigText{
	font-size:1em;
	color:blue;
}

.bottomText{
	position:absolute;
	bottom:0px;
	left:190px;
	font-size:.6em;	
}
