body {
	background: url(img/background.gif) top left no-repeat;
	background-color: #94E4E8;
	font-family: Arial;
	font-size: 1em;
}
h2 {
	color: #226669;
	font-size: 1.3em;
	margin: 30px 0px 5px 0px;
	font-weight: normal;
}
p {
	margin: 10px 0px 10px 0px;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 850px;
}
#header {
	float: left;
	width: 800px;
	height: 65px;
	margin-top: 10px;
	padding: 0px 15px 0px 10px;
}
#logo {
	float: left;
	background: url(img/logo.png) top left;
	width: 183px;
	height: 66px;
}
#logo-region {
	display: block;
	width: 183px;
	height: 54px;
}
#nav {
	float: right;
	color: #033036;
}
#nav a {
	color: #033036;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#header #nav {
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -.05em;
}
#top-question {
	float: left;
	background: url(img/background-top-question.png) top left no-repeat;
	width: 831px;
}
#top-question-container {
	float: left;
	padding: 40px 25px 25px 25px;
	width: 811px;
	height: 130px;
}
#title-current-question {
	float: left;
	background: url(img/title-current-question.png) top left;
	width: 209px;
	height: 35px;
	clear: both;
}
#title-faq {
	float: left;
	background: url(img/title-faq.png) top left;
	width: 45px;
	height: 34px;
	clear: both;
}
#title-feedback {
	float: left;
	background: url(img/title-feedback.png) top left;
	width: 121px;
	height: 29px;
	clear: both;
}
#title-top-players {
	float: left;
	background: url(img/title-top-players.png) top left;
	width: 145px;
	height: 35px;
	clear: both;
}
#current-question {
	float: left;
	width: 725px;
	height: 56px;
	color: #51989C;
	font-size: 1.4em;
	font-weight: bold;
}
#current-question a {
	color: #FF9101;
}
#main {
	float: left;
	width: 863px;
}
#main-container {
	float: left;
	background: url(img/background-main.png) top left repeat-y;
	width: 780px;
}
#main-content {
	float: left;
	background: url(img/background-main.png) top left repeat-y;
	padding: 5px 25px 25px 25px;
	width: 780px;
}
#main-content a {
	color: #008CFF;
}

#main-top {
	float: left;
	background: url(img/top-main.png) top left;
	width: 831px;
	height: 14px;
}
#main-bottom {
	float: left;
	background: url(img/bottom-main.png) top left;
	width: 831px;
	height: 14px;
}
#title-past-rounds {
	float: left;
	background: url(img/title-past-rounds.png) top left;
	width: 151px;
	height: 35px;
	margin-bottom: 10px;
	clear: both;
}
.past-round {
	float: left;
	width: 775px;
	clear: both;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.date {
	float: left;
	clear: both;
	color: #FF9101;
	font-size: .9em;
	font-weight: bold;
}
.question {
	float: left;
	clear: both;
	color: #226669;
	font-size: 1.4em;
	margin-top: 5px;
}
.winners {
	float: left;
	clear: both;
	color: #36BB6A;
	font-size: 1.2em;
	margin-top: 5px;
}
.winners a {
	color: #36BB6A;
}
#footer {
	float: left;
	width: 800px;
	padding: 0px 15px 0px 15px;
	font-size: .9em;
	letter-spacing: -.02em;
	font-weight: bold;
	margin: 5px 0px 20px 0px;
}
#copyright {
	float: left;
	color: #4F999C;
}

input#answer {
  -x-system-font:none;
  border: 1px solid #999999;
  color: #999999;
  float: left;
  font-size: 19px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 1px 12px 0px 0px;
  padding: 5px 6px;
  width: 550px;
}

input.button-guess {
  float: left;
  background: url(img/button-guess.png);
  width: 89px;
  height: 38px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
input.button-guess-hover { 
  background: url(img/button-guess-over.png);
  cursor: pointer;
  border: 0px;
}

#main-container ul {
	list-style-type: disc;
	margin: 50px 0px 15px 15px;
	color: #226669;
}

#main-container h2 a {
	color: #226669;
}
.top-players-col {
	float: left;
	clear: none;
	width: 205px;
	line-height: 1.4em;
}
#top-players-big {
	float: left;
	clear: both;
	font-size: 1.4em;
	width: 305px;
	margin: 0px 30px 0px 20px;
	border-right: 1px solid #ddd;
}
#top-players {
	float: left;
	width: 770px;
	clear: both;
}
#main-container ol {
	list-style-type: decimal;
	margin: 0px 0px 15px 30px;
	color: #226669;
}
#announcement {
	float: left;
	width: 811px;
	height: 25px;
	text-align: center;
	font-size: .8em;
}