
div#backgroundImage{
	z-index: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

div#onTopRight {
	z-index: 50;
	position: absolute;
	right: 0px;

}

div#onTopLeft {
	z-index: 51;
	position: absolute;
	left: 0px;
	top: 440px;
}

div#logoBottom {
	z-index: 49;
	position: absolute;
	right: 72px;
	top: 809px;
}

div#copyInfo{
	z-index: 48;
	position: absolute;
	left: 0px;
	top: 874px;
}

div#mailLink{
	z-index: 52;
	position: absolute;
	left: 133px;
	top: 668px;
	border: hidden;
	border-width: 0px;
}

a:link { 
	border:none;
	}
a:visited { 
	border:none;
	}
a:hover { 
	border: none;
	}
a:active { 
	border: none;
	}

