body
{
	background: url( "../background.jpg" ) repeat;
	color: #FFF;
}
#textArea
{
	width: 200px;
	height: 360px;
	xborder: 1px solid blue;
	padding: 10px 10px 10px 20px;
	float: right;
}
#timerDiv
{
	float: left;
	margin-top: 20px;
}
#timer
{
	border: 1px solid blue;
	xbackground-color: #DDD;
	width: 100px;
	height: 20px;
	float: left;
	text-align: center;
	color: blue;
}
#timerDot
{
	display: none;
	float: left;
	height: 20px;
	width: 100%;
}
#nextCardDiv
{
	float: left;
	margin-top: 20px;
}
#nextCardText
{
	float: left;
	margin-top: 35px;
}
#nextCard
{
	float: left;
}
#newGameButton
{
	float: left;
	margin: 20px 0 0 30px;
}
#output
{
	width: 400px;
	height: 400px;
	border: 1px solid green;
	overflow: scroll;
}
#container
{
	width: 760px;
}
.gone
{
	display: none;
}
.clearBoth
{
	clear: both;
}
.inline
{
	display: inline;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.bgSafe
{
	background-color: #DDD;
}
.bgDanger
{
	background-color: red;
}
.tableColumn
{
	width: 200px;
	text-align: center;
}
#highScoresTable
{
	border-collapse: collapse;
	border: 1px solid #FFF;
}
#highScoresWrapper
{
	margin-top: 5px;
}
