body { background-color: #000000; width: 100%; height: 100%; margin: 0; text-align: center;}
html { height: 100%; min-width: 1000px; }

#flashcredits { 
	height: 100%; 
}

/* HTML PAGES */

#pages-container {
	background-image:url(../_img/pages-bg.jpg);
	background-repeat: no-repeat;
	width: 484px;
	height: 600px;
	text-align: left;
	overflow: auto;
}

#pages-logo {
	width: 468px;
	height: 118px;
}

.pages-title{
	font: 11pt "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	color: #d2d2d2;
	margin: 15px;
}

.pages-descriptor{
	font: 9pt "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	color: #d2d2d2;
	margin: 15px;
}

.pages-descriptor a{
	color: #a2a2a2;
}
