body
{
	background-color: black;
	font-family: "Century Gothic", arial;
	color: #999999;
	text-align: center;
	font-size: 90%;
}

.small
{
	font-family: "Century Gothic", arial;
	color: #999999;
	font-size: 75%;
	text-align: center;
}

.spectitle
{
	font-size: 130%;
}

a:link, a:visited, a:hover, a:active 
{
	color: #999999;
	text-decoration: none;
}

.logo
{
	position: absolute;
	top: 5px;
	height: 123px;
	width: 770px;
	left: 17%; 
}

.menu
{
	position: absolute;
	top: 525px;
	left: 17%;
	width: 770px;
/*border: 1px solid white;*/
}

.specmenu
{
	top: 5px;
	width: 770px;
}

.content
{
	position: absolute; 
	top: 128px;
	left: 17%;
	width: 770px;
	height: 395px;
	margin: 0px;
	padding: 0px;

}

.galcontent
{
	position: absolute; 
	top: 77px;
	left: 17%;
	width: 770px;
	height: 446px;
	margin: 0px;
}


.footer
{
	position: absolute; 
	top: 1100px;
	left: 17%;
	width: 770px;
	font-family: "Century Gothic", arial;
	color: #999999;
	font-size: 75%;
}

textarea 
{
	margin-left: 0px;
	margin-top: 0px;      
	background-color: #000000;
	border-style: none;
	font-family: "Century Gothic", arial;
	font-size: 14px;
	color: #999999; 
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #505050;
	scrollbar-base-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #1f1f1f;
}

table
{
	margin-left: auto;
	margin-right: auto;
}
