body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	text-align: center;
	background: url(oceanBG.jpg);
/*	background: url(watertileBG.jpg) repeat;  */
}
#welcome, #problem {
	width: 220px;
	position: relative;
	top: 20px;
	font-size: 84px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	text-align: center;
	margin: 2px auto;
	padding: 10px;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 0px 3px 3px 3px rgba(11, 11, 11, 0.26);
}
#welcome a {
	text-decoration: none;
	color: #000;
	padding: 4px 12px;
	border: 2px solid transparent;
	border-radius: 40px;
}
#welcome a:hover {
	color: #333;
	background: rgba(165, 226, 252, 0.91);
	border: 2px solid #000;
}
#problem {
	text-align: right;
	margin: 2px auto;
}
#problem p {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
.linear {
	min-width: 400px !important;
	max-width: 800px;
}
#answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84px;
	font-weight: bold;
	width: 198px;
	color: #000;
	margin: 2px;
	padding: 3px;
	text-align: right;
}
#timer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 20px;
	font: bold 70% Arial, Helvetica, sans-serif;
	background-color: #777;
	color: #fff;
	text-align: center;
}
hr {
	height: 8px;
	background: #000;
	margin: 0px;
	border: 0px;
}
form {
	width: 220px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#userInput {
	width: 220px;
	text-align: right;
}
.checkBtn {
	font-size: 12px;
	text-align: center;
	display: block;
}
#options {
	color: #888;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85);
	border-top: 10px solid rgba(180, 180, 180, 0.45);
	text-align: center;
	margin-top: 10px;
	padding: 5px 5px 2px 5px;
	width: 100%;
}
#options ul {
	margin: 5px 2px;
	padding: 0;
}
#options li {
	display: inline;
	list-style-type: none;
	margin: 0px 5px;
}
#options a {
	color: #888;
	padding: 2px 3px;
	border: 1px solid transparent;
	text-decoration: none;
	border-radius: 8px;
}
#options a:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
}
a.optionsSelect {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
}
#setOptions {
	margin: 0;
	padding: 0;
}
#operation {
	font-size: 120%;
	font-weight: bold;
}
.timesup {
	font: bold 200% Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}