body {
	font-family: Arial;
	margin: 0px;
	font-size: 10pt;
	color: #fff;
	background: url(bg-stone.jpg) #000 fixed top left no-repeat;
}

a, a:visited {
	color: #ccc;
	background:url(spacer-67white.png);
	padding-left:2px;
	padding-right:2px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}

#logo {
	height: 113px;
	width: 238px;
	background-image: url(gitsc-logo.png);
	text-indent: -9999px;
	float: left;
	margin-left: 10%;
}

#menu {
	display:block;
	width:100%; 
	height:113px;
	background: url(navbar.png) transparent repeat-x center;
	margin-top: 30px;
}

#message {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 14pt;
	margin-top: 47px;
}

#register {
	position: absolute;
	top: 5px;
	left: 0;
	width: 50%;
	text-align: center;
}

#setteam {
	position: absolute;
	top: 5px;
	right: 0;
	width: 50%;
	text-align: center;
}

#questions {
	position: absolute;
	top: 170px;
	left: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 40px;
	width: 50%;
	background: #000;
	border: 1px solid #fff;
}

h2 {
	text-align: center;
}

#scores {
	position: absolute;
	top: 170px;
	right: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	background: #000;
	border: solid 1px #fff;
	width: 40%;
}

#scores-table {
	width: 100%
}

th {
	border: solid 1px #fff;
	width: 25%;
}

input {
	background: #000;
	color: #fff;
	border: solid 1px #aaa;
}

.solved {
	color: #009900;
}

