body{
	margin: 0;
	padding: 0;
	color: #333;
	width: 100%;
	height: 100%;
	background-color: #999;
	font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman";
	text-align: center;
	}

#message.hidden {
	display: none;
	}
	
#message.right,
#message.wrong {
	width: 75%;
	margin: 0 auto;
	height: 4.5em;
	border: solid 1px #333;
	border-top: none;
	color: white;
	font-size: 1.6em;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	}	
	
	#kill_session {
		font-size: .5em;
		cursor: pointer;
		}

#message.right {
	background-color: #373;
		}

#message.wrong {
	background-color: #d60;
	}

#choice,
#selection {
	text-align: center;
	font-weight: bold;
	position: absolute;
	
	}

#choice {
	font-size: 7em;
	top: 25%;
	width: 100%;
	}

#selection {
	font-size: 3em;
	top: 45%;
	width: 100%;
	}

	#steakhouse,
	#gaybar {
		cursor: pointer;
		float: left;
		width: 50%;
		position: relative;
		}
		
		#steakhouse:hover,
		#gaybar:hover {
			color: #ccc;
			}
			
#info{
	position: absolute;
	width: 100%;
	top: 82%;
	text-align: center;	
	}
	
	#info a {
		text-decoration: none;
		color: #333;
		}
		
		#info a:hover {
			text-decoration: underline;
			
			}
			
#ads {
	position: absolute;
	top: 70%;
	width: 100%;
	}