
html, body { height: 100%; width: 100%; }
body { margin: 0 auto; padding: 0; color: #666; font: bold 130% Lucida Sans Unicode, Lucida Grande, sans-serif; text-align: center; background: url('../images/black-stripes.png'); }

#question-mark { display: none; }

#content { display: none; position: relative; top: 50%; margin-top: -200px; }
#main-image { display: block; width: 287px; height: 278px; margin: 0 auto; vertical-align: middle; background: url('../images/main.png') 50% 50% no-repeat; }
#nextsite, #nextsite-1 { display: none; }

#footer { 
	display: none;
	position: fixed; 
	bottom: 20px; 
	width: 100%; 
	*width: auto;
	margin-left: -5px; 
	*margin-left: -150px;
	text-align: center; 
}
a { color: #336699; }