﻿body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-align: center;
	background-color:#000000;
	color:#000000;
}
div#mainContainer
{
	position: relative;
	text-align: center;
	margin: 0px auto;
	padding-top: 30px;
	width: 1010px;
	height: 600px;
	background-color:#000000;
}
#Silverlight1
{
	margin:50px 0px 0px 0px;
	padding-top:50px;
	text-align: center;
	background-color:#000000;
}
div#footer
{
	width:1010px;
	padding-top:20px;
	text-align: center;
	color:#FFFFFF;
}
#divRight
{
	position: absolute;
	top:30px;
	right: 0px;
	height: 700px;
	width: 200px;
	text-align:center;
	background-color:#000000;
}

#divLeft
{
	position: absolute;
	top:30px;
	left: 0px;
	height: 700px;
	width: 200px;
	text-align:center;
	background-color:#000000;
}

div#Title
{	position:absolute;
	top:150px;
	margin:0px auto;
	left:0px;
	right:0px;
	font-size:3em;
}
div#LineOne
{
	position:absolute;
	top:220px;
	left:200px;	
}
div#LineTwo
{
	position:absolute;
	top:250px;
	left:200px;	
}
div#LineThree
{
	position:absolute;
	top:280px;
	left:200px;	
}
div#LineFour
{
	position:absolute;
	top:310px;
	left:200px;	
}

#sl_img
{
 position: absolute; 
 left: 0px; 
 top: -10px;	
}

#div_no_silverlight
{
	position: relative;
	width: 800px; 
	margin:0px auto;
}

#div_no_silverlight p
{
	width:800px;
	text-align:right;
	color:Red;
	font-size:.75em;
	
}
