﻿html, body
{
	height: 100%;
	overflow: auto;
}
body
{
	background: black;
	padding: 0;
	margin: 0;
}
#silverlightControlHost
{
	text-align: center;
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#form1
{
	height: 100%;
}

#main_div{
   position:relative;
   margin-left:auto;
   margin-right:auto;
   width:auto;	
}

#caption
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 12px;
	width:1024px;
	overflow: hidden;
	text-decoration:none;
	
}

#title
{
	text-align: left;
	float: left;
	overflow: hidden;
}

#nli
{
	text-align: right;
	float: right;
	overflow: hidden;
}

a:link
{
	color: #999999;
}
a:visited
{
	color: #999999;
}
a:hover
{
	color: #FFFFFF;
	
}
a:active
{
	color: #999999;
	
}

