﻿html, body, #mainform {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #EDEDED;
	text-align: center;
	background-color: #242424;
	overflow: hidden;
}
#silverlighthost
{
     height: 100%;
}
.silverlightinstall
{
     background-color: Black;
     text-align: center;
     padding-top:50px;
     width: 100%;
     height: 100%;
}
div#centered
{
	border: 0;
	background-color: #242424;
	width: 100%;
	color: white;
	margin-top: 10%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: center;
}
#centered a:link, a:visited, a:hover, a:active 
{
	text-decoration: none;
	border-style: none;
	border: none;
	color: #EDEDED;
}
#centered a:hover
{
    color: #ff3300;
}
#content 
{
	width: 775px;
	text-align: center;
	margin: auto;
}
#logo
{
    width: 50%;
    height: 100%;
    float: left;
}
#install
{
    width: 45%;
    height: 100%;
    color: #D4D4D4;
    text-align: center;
    float: right;
    padding-top: 15%;
}
.para 
{
	font-family: Verdana, Tahoma, Arial, serif;
	font-weight: bold;
	color: #EDEDED;
}
.g-plusone
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 25px;
}


