@charset "utf-8";

	body
	{
			font: arial, helvetica, sans-serif;
			color: white;
			background-color: #000000;
	}

	.clear
	{
		clear: both;
	}

	.hiddenlink 
	{
		color: rgb(0,0,0); /* same color as the surrounding text */
		text-decoration: none; /* to remove the underline */
	}

	a:link 
	{
		color: rgb(193,212,228);
		background-color: transparent;
	}

	a:visited 
	{
		text-decoration: none;
		color: rgb(147,189,220);
	}

	a:active 
	{
		color: red;
	}

	a:hover 
	{
		text-decoration: none;
		color: rgb(255,158,0);
		background-color: transparent;
	}

	a:focus
	{
		outline:0;
	}

	#maincontainer
	{
		margin: auto; 
		background-color: transparent; 
		position: relative; 
		width: 1280px;
		height: 720px;
		top: 0px;
		z-index:1;
	}

	#copyrightscontainer
	{ 
		background-color: transparent; 
		position: absolute; 
		width: 760px; height: 20px;
		top: 600px;
		left: 300px;
		text-align: center;
		font-family:Arial,Helmet,Freesans,sans-serif;
		font-size: 10px;
		font-weight:normal;
		color: #004B8C;
		cursor: default;
	}
	
	#backgroundimage
	{
		width:803px;
		height:520px;
		top:73px;
		left:261px;
		position:absolute;
		z-index:0;
	}

	#ss_logo
	{
		width:239px;
		height:137px;
		top:269px;
		left:377px;
		position:absolute;
		z-index:1;
	}

	#ss2_logo
	{
		width:240px;
		height:224px;
		top:120px;
		left:580px;
		position:absolute;
		z-index:1;
	}

	#click_to_enter
	{ 
		background-color: transparent; 
		position: absolute; 
		width: 760px; height: 20px;
		top: 550px;
		left: 300px;
		text-align: center;
		font-family:Arial,Helmet,Freesans,sans-serif;
		font-size: 14px;
		font-weight:normal;
		color: #123656;
		cursor: default;
	}
