/* CSS Document */
/* January 2008 */
/* Daniel Strietzel */

html {
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: black;
	background-image: url('bg_hoved.gif');
	background-repeat: repeat-x;
	color: #ffcc66;
	/*line-height: 18px;*/
	font-size:10px;
}

img { border: 0; }

a.link4:link	{ font-size: 10px; color: #ffcc66; text-decoration: none; }
a.link4:visited { font-size: 10px; color: #ffcc66; text-decoration: none; }
a.link4:active  { font-size: 10px; color: #ffcc66; text-decoration: none; }
a.link4:hover   { font-size: 10px; color: #bc5d15; text-decoration: none; }

.flashcontent {
	position: relative;
	width: 992px;
	height: 646px;
	margin: 0px auto 0;
	}

.metainfo {
	display: none;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}

#linkdiv
{
	text-align:center;
	height:40px;
	padding:0px;
	margin:0px;
}

/*.midblack
{
	font-size:9pt;
	font-family:Arial;
	color:#000000;
}*/

#origmsg
{
	display:none;
	position:absolute;
	width:400px;
	top:3px;
	left:50%;
	margin-left:-200px;
	z-index:2;
background:#660099;
padding:3px;
}

#shadow
{
	display:none;
	position:absolute;
	width:400px;
	top:8px;
	left:50%;
	margin-left:-195px;
	z-index:1;
	background:#000000;
	padding:3px;
}

#closer
{
	display:none;
	position:absolute;
	width:10px;
	top:8px;
	left:50%;
	margin-left:188px;
	z-index:3;
}