﻿@import url("../../css/SkinHome.css");
body {background: #135a7f url('./bg_page.png') repeat-x center 0px;}

#entirediv
{
	height:100%;
	margin-top:8px;
}
#tutorialdiv { left: 20px; }

#SK001 /* Top Border */
{
	position:absolute;
	background-image:url('SK001.png');
	height:523px;
	width:1018px;
	z-index:-1;
	top:-10px;
	left:-18px;
}

#SK002 /* Middle Section of border that expands */
{
	position:absolute;
	background-image:url('SK002.png');
	background-repeat: repeat-y;
	
	top:0px; /* 513 px to work */
	/* *top:230px; */
	left:-18px;
	width:1018px;	
	z-index:-2;
	min-height: 100%;
	height: 100%;

}

#SK003 /* Bottom Border Background */
{
	position:absolute;
	background: #135a7f url('./SK003.png') no-repeat center 0px;
	left:-18px;
	bottom:-70px;
	width:1018px;
	height:200px;
	z-index:-1;
}

#SK004 /* For Testing Theories */
{
	position:absolute;
	top:0px;
	left:-100px;
	width:1400px;
	height:1%;
}


#header
{
	background-image:url('./bg_header.png');
	height:110px;
	width:954px;
	top:20px;
	left:0px;
}

#header a
{
	position:relative;
	left:20px;
	top:20px;
	width:585px;
	height:60px;
	z-index:10;
}

#header span
{
	width:585px;
	height:60px;
}

#tagline
{
	right:20px;
	top:50px;
	height: 20px;
	width: 350px;
	background-image:url('./Tag_Line.gif');
	background-repeat: no-repeat;
}

#mainblock
{
	background-image:url('./bg_login.png');
	border-bottom:0px;
}

#ps2000pic {left:15px}

#card-img {background-image:url('./Smart_Card.jpg');}

#sitefooter
{
	padding-top:20px;
	padding-bottom:20px;
	width:924px;
}

#sitefooter a:link{color:white;} 
#sitefooter a:visited {color:white;}
#sitefooter a:hover {color:white;}
#sitefooter a:active {color:white;}

#sitefooter .tmfooter, #sitefooter p
{
	color:white;
}
