﻿
body {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px;
	color: Navy;
	}
	
.bgtop {
	background-image: url(_Images/Front_Background.jpg); 
	z-index: 101; 
	left: 0px; 
	width: 100%; 
	top: 0px;
    height: 336px; 
    position:absolute;  
    background-attachment: fixed; 
    background-repeat: no-repeat;
	}	

.bgmid {
	z-index : 102; 
	BACKGROUND-ATTACHMENT: fixed; 
	LEFT: 0px; 
	BACKGROUND-IMAGE: url(_Images/Front_Mid_Background.jpg); 
	WIDTH: 100%; 
	BACKGROUND-REPEAT: no-repeat; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 100%;
	BACKGROUND-POSITION:0px 184px;
	}

.TangentLogo {
	Z-INDEX: 103; 
	LEFT: 32px; 
	WIDTH: auto ; 
	POSITION: absolute; 
	TOP: 32px; 
	HEIGHT: auto;
	}
	
.EDMSLogo {
	z-index:104;
	position:fixed;
	bottom:10px;
	right:120px; /* or higher/lower depending on other elements */
}

.Welcome {
	z-index: 105; 
	background-position: 70% 330px; 
	background-attachment: fixed;
    left: 0px; 
    background-image: url(_Images/Welcome.gif); 
    width: 100%; 
    background-repeat: no-repeat;
    position: absolute; 
    top: 0px; 
    height: 100%;
}

.LoginLayer {
	z-index: 106; 
	left: 512px; 
	width: 312px; 
	position: absolute; 
	top: 90px;
}
	