body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #010B0A;
}

div.thinking {
	position: absolute;
	top: 32px;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #333;
	font-size: 24px;
	color: #FFC000;
	text-align: center;
}
	div.thinking img {
		border: 0;
	}
	div.thinking p {
		width: 350px;
		margin: 100px auto; 
	}
		div.thinking p a {
			font-size: 24px;
			text-decoration: underline;
			font-weight: bold;
			color: #FFC000;
		}
			div.thinking p a:hover {
				color: #899D96;
			}