@charset "utf-8";
body{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;

}

#gameScreen {
	margin-top:10px;
	height: 600px;
	width: 800px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:10px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
#lastWordsBox{
	margin-top:100px;
	width:auto;
	height:auto;
	min-height:100px;
	background-color:#ECECEC;
}
#answerTextBox, #answerTextBox:focus{
 border:none;
 border-radius:5px; 
 outline: none;
}
#gameStart{
	width:204px;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
}
.bigtext, .bigtext li{
	font-size:60px; 
	font-family:'Courier New', Courier, monospace;
	letter-spacing:4px;
	list-style:none;
	margin:0;
	padding:0;
}
#answerTextBoxBg{
	height:40px;
}