﻿html, body
{
	height: 100%;
	overflow: auto;
	font-family: Trebuchet MS;
}
body
{
	padding: 0;
	margin: 0;
}
#silverlightControlHost
{
	height: calc(100% - 100px);
	text-align: center;
	-webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
	transition: height 0.5s ease-out;
}
#no-sl
{
	width: 500px; display: block; margin: 0 auto;
	text-align: left;
}
p 
{
	font-family: Georgia;
	line-height: 150%;
}
#logo
{
	float: left;
	margin-left: -120px;
    background: white url(logo.png) no-repeat;
    width: 97px;
    height: 90px;
}
img
{
	border: none;
}
.adspot {
	width: 728px;
	height: 90px;
	margin: 0 auto 0 auto;
}