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


body, html
{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: none;
}

#maincontainer
{
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	width: 821px;
	height: 287px;
	
	margin-left: -450px;
	margin-top: -143px;
}

#maincontainer .image
{
	width: 621px;
	height: 287px;
	position: absolute;
	
	top: 50%;
	margin-top: -143px;
}

#maincontainer .authors
{
	width: 175px;
	position: absolute;
	top: 50%;
	left: 680px;
	margin-top: -75px;
	font-size: 14px;
	font-family: "Trebuchet MS", Sans-serif;

}

	#maincontainer .authors_head
	{
		color: #666666;
		display: block;
		height:25px;
		padding: 0px;
		margin: 0px;
	}
	#maincontainer .authors a:link, #maincontainer .authors a:active, #maincontainer .authors a:visited
	{
		display: block;
		height:25px;
		color: #e5e5e5;
		text-decoration: none;
	}
	
	#maincontainer .authors a:hover
	{
		height:25px;
		color: #ffffff;
		text-decoration: underline;
	}