﻿/* RESET THE STYLE */
*{margin:0px; padding:0px; border:0px;}

body
{
	background-color: #1a3a53;
	width: 100%;
	height: 100%;
	background-image: url("/images/SLLoading.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#ContentPanel
{
	background-color: Transparent;
	margin-left: auto;
	margin-right: auto;
}

#PathfinderLink
{
	color: White;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
