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

html,body
{
	height:100%;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10pt;
}

body
{
	margin:0;
	padding:0;
	overflow:hidden;
}

#Flash
{
	width:100%;
	height:100%;
}

#InfoPanel
{
	position:absolute;
	height:600px;
	width:900px;
	border:1px solid #ffffff;
	margin:-300px 0 0 -450px;
	padding:0;
	background:url(info_bg.jpg) bottom no-repeat;
	top:50%;
	left:50%;
}

#infoContent
{
	padding:10px 10px 10px 260px;
	background:url(minilogo2.png) bottom left no-repeat;
	height:580px;
}

#infoContent h1
{
	font-size:24pt;
	font-weight:bold;
}

#infoContent p
{
	color:#ccc;
}

#infoContent .code
{
	display:block;
	padding:3px;
	margin:5px 10px 5px 0;
	border:1px solid #FFF;
	background:url(transp.png);
	font-family:"Courier New", Courier, monospace;
}

#infoContent a:link, #infoContent a:visited
{
	text-decoration:none;
	color:#ccc;
}

#infoContent a:hover
{
	text-decoration:underline;
}

#infoContent a:active
{
	text-decoration:underline;
	color:#FFF;
}
