body, html
{
	height: 100%;
	overflow: hidden;
	background-color: black;
}

canvas {
	display: block;
}

img {
	height: 100%;
	width: 100%;
}

#floater10 {
	width: 100%;
	height:10%;
}

#floater20 {
	width: 100%;
	height:20%;
}

#gamecontainer {
	position: relative;
    width: 60%;
    height: 80%;
	color: #465;
	background-color: #9ab;
	border: 2px solid;
	border-radius: 25px;
	border-color: white;
}

#imageContainer {
	width: 90%;
	height: 90%;
	float: left;
}

#associatestatement {
	height: 10%;
	color: black;
}

#wordsandinput {
	height: 60%;
}

#resultsContainer {
	height: 100%;
	width: 80%;
	margin: 0 auto;
}

#wordlist
{
	font-size: 200%;
	overflow: auto;
	width: 50%;
	color: #236;
	text-align: right;
	float: left;
}

#inputcontainer
{
	height: 25%;
	/*padding-top: 20px;*/
	color: black;
}

#gamecontainer, #wordinputfield
{
	margin: 0 auto;
	text-align: center;
}

.wordItem
{
	margin: 0 auto;
	text-align: center;
}
.box_container
{
/*	border: 2px solid;
	border-radius: 25px;
	border-color: white;*/
}