html, body {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    background: #5481a2 url(../images/htmlBackGround.jpg) 50% 0 no-repeat;
    font-family: Arial;
    font-size: 17px;
}

#silverlight_content {
	width: 1013px;
	margin: 0 auto;
}

#silverlightControlHost {
    min-height: 800px;
    width: 1013px;
    text-align:center;
}

#form1 
{
    min-height:800px;
    width: 1013px;
    margin: 0 auto;
}

a 
{
	color: #0066cc;
}

* {
	outline: none;
}

a img
{
	border: none;
}

#install_sl_container
{
	width: 1013px;
	background: url(../images/install_sl_bg.jpg) no-repeat;
	height: 800px;
	position: relative;
}

#text_content
{
	top: 290px;
	left: 370px;
	width: 447px;
	height: 237px;
	position: absolute;
	text-align: left;
}

h1 
{
	font-size: 24px;
}

#sl_logo
{
	position: absolute;
	bottom: 15px;
	right: 15px;
}