* { margin: 0; padding: 0; font: inherit; }
body { font-family: "Tahoma", "Bitstream Vera Sans"; font-size: 10pt; background: #000; color: #ddd; }

a { color: #3a3; text-decoration: none; }
a:hover { color: #5d5; }

#content { position: absolute; left: 0; top: 0; right: 0; bottom: 32px; text-align: center; }
#fail { text-align: center; }

#footer {
	position: absolute; left: 0; right: 0; bottom: 0; height: 32px; line-height: 32px; text-align: center; color: #eee; text-shadow: 0 -1px 1px #000;
	
	background: #393939;
	background: -moz-linear-gradient(top, #393939 0%, #1b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393939), color-stop(100%,#1b1b1b));
	background: -webkit-linear-gradient(top, #393939 0%,#1b1b1b 100%);
	background: -o-linear-gradient(top, #393939 0%,#1b1b1b 100%);
	background: -ms-linear-gradient(top, #393939 0%,#1b1b1b 100%);
	background: linear-gradient(to bottom, #393939 0%,#1b1b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#1b1b1b',GradientType=0 );
}

