@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color:#CCC;
	background-color: #0F0F1F;
	background-image: url(moon_pixel_glow.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	margin-bottom: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.title{
	font-size:28px;
	color:#FFF;
}
.question{
	font-size:18px;
	color:#FFF;
}
.answer{
	font-size:14px;
	color:#AAA;
}
table {
	background: rgba(0,0,0,0.8);
	background-image:url(tilebg.gif);
}

#absoluteImage{
	position:fixed;
	left:50%;
	top:10%;
	visibility:hidden;
}

#fixedImages{
	position:relative;
    z-index:1;
	left:-610px;
    visibility: visible;
}

#greenlightLink{
	position:relative;
    z-index:1;
	left:-610px;
	top:100px;
    visibility: visible;
}
