﻿body
{
	background-color: Black;
}
#MainSilverlight
{
	background-color: Black;
}
#center
{
	width: 800px;
	height: 370px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -185px auto auto -400px;
	border: 0;
}
#no-sl
{
	background-color: Black;
	background-image: url(/assets/background.jpg);
	width: 800px;
	height: 370px;
}
#sl-info
{
	width: 600px;
	float: left;
}
#sl-install
{
	width: 200px;
	float: right;
}
#other-webs
{
	clear: both;
}
#sl-info, #sl-install, #other-webs
{
	margin-top: 30px;
}
#sl-info-in, #sl-install-in, #other-webs-in
{
	padding: 15px;
}
body
{
	font-family: Verdana;
	color: White;
}
h1
{
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 20px 0px 20px;
}
a
{
	color: #256dd8;
}
a img
{
	border: 0px;
}
