body {
	background: #FFFFFF;
	background-image: url(3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: black;
	
}
h2, h1 {
	color: #FFFFFF;
	text-align: center;


}
#all {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#home {
	position: absolute;
	left: 45%;
	top: 570px;
}
#home2 {
	position: absolute;
	left: 43.2%;
	top: 610px;
}
#show {
	width: 200px;
	margin-left: 52%;
	color: #ffffff;
}
table.input {
	position: absolute;
	top: 250px;
	left: 600px;
}
table.showanswer{
	position: absolute;
	top: 300px;
	left: 48%;
	color: white;
	font-size: 20px;
	background: #662200;
	padding: 10px;
	border-color: #0033CC;
	border-style: ridge;
	border-width: 5px;
	z-index: 100;
	line-height: 1.5em;
}
td.bgdif {
	text-align: right;
	font-size: 25px;
}
td.bgdif2 {
	text-align: left;
	font-size: 25px;
}
th {
	text-align: center;
}
td {
	text-align: center;
}
img.plate {
	width: 400px;
	position: absolute;
	top: 150px;
	left: 200px;
	z-index: 1;
}
#first {
	display:none;
} 
#second {
	display:none;
}
h1.guess {
	background: #662200;
	line-height: 1.5em;
}
