body {
	margin: 0px;
	font-family: Verdana;
	font-size: 0.8em;
}
table,td,th {
	border: 1px solid black;
}
tr.new {
	background-color: #99FF99;
}
.containertop,.container1,.containerbottom {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid green;
}
.containertop {
	background-image: url(ttbacktop.png);
	background-repeat: no-repeat;
	height: 59px;
}
.container1 {
	border: 0px solid red;
	
}
.container2 {
	border: 0px solid yellow;
	margin-left: 75px;
	margin-right: 75px;
	
}
.containerbottom {
	background-image: url(ttbackbottom.png);
	height: 64px;
	background-repeat: no-repeat;
}
.header,.main,.footer {
	width: 100%;
	/*padding-left: 70px;
	padding-right: 70px;*/
	
}
.header {
	background-image: url(ttbackheader.png);
	background-repeat: no-repeat;
	min-height: 60px;
	text-align: center;
	font-size: 3em;
}
.main {
	background-image: url(ttback.png);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(ttbackfooter.png);
	background-repeat: no-repeat;
	min-height: 70px;
}
.instructions {
	font-style:italic;
}
.game {
	height: 9em;
	width: 840px;
}
.number {
	text-align: center;
	font-size: 5.1em;
	float: left;
	font-weight: bold;
}
.answer {
	width: 2em;
	vertical-align: middle;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

.footer,.highscores {
	clear: both;
}