@charset "utf-8";
/* CSS Document */

#topnavigation{
	position:fixed; 
	z-index:6; 
	width:100%; 
	border-bottom:solid 3px orange; 
	top:0px;
	background-color:black;
	height:27px;
}
#liveperson{
	position:fixed;
	z-index:-2;
	left:790px; 
	top:380px; 
	width:270px;
}
#footer{
	position:fixed; 
	z-index:1; 
	top:44px; 
	left:860px; 
	width:130px; 
	color:orange; 
	visibility:hidden;
}