﻿/* RESET THE STYLE */
*{margin:0px; padding:0px; border:0px;}

#InstallContainer
{
	width:1024px;
	height:634px;
	/*width:100%;*/
	background-color: Transparent;
	margin-left: auto;
	margin-right: auto;
	background-color: Black;
	background-repeat:no-repeat;
	background-image:url('/Images/SLInstall.png');
	background-position: center top;
}

#ButtonOffset
{
	height: 396px;
}

p.centre
{
	text-align:center;
}

.stbutton
{
	margin-left:10px;
	margin-right:10px;
	background-image:url('/Images/SLButton_ST_Dn.png');
}

.stbutton:hover
{
	background-image:url('/Images/SLButton_ST_Up.png');
}

.slbutton
{
	margin-left:10px;
	margin-right:10px;
	background-image:url('/Images/SLButton_SL_Dn.png');
}

.slbutton:hover
{
	background-image:url('/Images/SLButton_SL_Up.png');
}
