body {
	background-color: black;		
}

#wrong {
	float: left;
	width: 99%;
	text-align: center;
	position: absolute;
	color: red;
	font-family: Impact;
	font-size: 15em;
	top: -40px;
	padding: 10px;
	z-index: 2;
}

#good {
	float: left;
	width: 99%;
	text-align: center;
	position: absolute;
	color: red;
	font-family: Impact;
	font-size: 15em;
	top: -40px;
	padding: 0;
	z-index: 2;
}

#submit {
	position: absolute;
	top: 215px;
	width: 99%;
	text-align: center;
	z-index: 1;
}
#submit input {
	background-color: black;
	color: white;
	border: 6px solid red;
	padding: 0;
	margin: 0;
	font-family: Impact;
	font-size: 4em;
}
#container {
	font-family: Impact;
	position: relative;
	top: 120px;
}
textarea {
	overflow: auto;
}
.submit {
	float: left;
	display: block;
	position: absolute;
	top: -125px;
	left: 50%;
	margin-left: -305px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #EEE;
}
.submit a:link, .submit a:hover, .submit a:active {
	text-decoration: none;
	color: #EEE;
}
.submit a:visited {
	text-decoration: none;
	color: #EEE;
}

.topright {
	float: right;
	display: block;
	position: absolute;
	top: -125px;
	right: 50%;
	margin-right: -305px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #EEE;
}
.topright a:link, .topright a:hover, .topright a:active {
	text-decoration: none;
	color: #EEE;
}
.topright a:visited {
	text-decoration: none;
	color: #EEE;
}

.copyright {
 	font-size: 20px;
}

#this-container {	
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -305px;
	padding: 20px 10px 30px 10px;
	width: 270px;
	text-align: center;
	overflow: visible;
	visibility: visible;
}
#this-container img {
	border: 1px solid black;
	background: transparent;
}
#that-container img {
	border: 0;
}
#this-container h1 {
	float: left;
	position: absolute;
	font-size: 5em;
	font-weight: normal;
	top: -1em;
	left: 0;
	color: white;	
	margin: 0;
	padding: 0;
}

#this-container .footer {
	color: black;
	position: relative;
	bottom: -30px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 3px;
	display: block;
	background-color: white;
	border-top: 5px solid black;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/* This stuff is all for IE - it doesn't like the linked divs. Also counter-acts that strange css popup bug thingy  */
a.link:link, a.link, a.link:visited, a.link:active {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	z-index: 4;
}
/* here you go - declare the border on the hover state and it works */
a.link:hover  {
	text-decoration: none;
	border: 0px solid red;
}
a.link:hover #this-container {
	background-color: red;
}
a.link:hover #this-container h1 {
	color: red;
}
a.link:hover #that-container {
	background-color: red;
}
a.link:hover #that-container h1 {
	color: red;
}
a.link:hover .dilemma {
	color: white;
}

/*End of IE shit */

/*Decent browsers cope with the following just fine */
#this-container:hover {
	background-color: red;
	text-decoration: none;
}
#this-container:hover h1 {
	color: red;
}
#this-container:hover span.dilemma {
	color: white;
}
/*End mouse-over changes */

#this-container:visited h1 {
	color: white;
}


#that-container {	
	position: absolute;
	right: 50%;
	margin-right: -305px;
	background-color: #ddd;
	padding: 20px 10px 30px 10px;
	width: 270px;
	text-align: center;
}

#that-container h1 {
	float: left;
	position: absolute;
	font-size: 5em;
	font-weight: normal;
	top: -1.0em;
	left: 0;
	color: #ddd;	
	margin: 0;
	padding: 0;
}

#that-container .footer {
	color: black;
	position: relative;
	bottom: -30px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 3px;
	display: block;
	background-color: #ddd;
	border-top: 5px solid black;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

#that-container:hover {
	background-color: red;
	text-decoration: none;
	border: none;
}
#that-container:hover h1 {
	color: red;
	text-decoration: none;
	border: none;
}
#that-container:hover span.dilemma {
	color: white;
}
#that-container:visited h1 {
	color: #ddd;
}


.number {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.dilemma {
	display: block;
	font-size: 2em;
	color: black;	
}

form {
	padding: 0;
}

