
#TopPageHolder {
	position:fixed;
	width:100%;
	height:60px;
	top:0px;
	left:0px;
	float:left;
	display:block;	
	z-index:3000;
	
	
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	border-bottom: 2px solid white;

}

#BottomPageHolder {
	position:fixed;
	width:100%;
	height:200px;
	bottom:0px;
	left:0px;
	float:left;
	display:none;	
	z-index:3000;

	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0);
	border-top: 2px solid white;
	
}


#LogoLeft {
	overflow: hidden;
	position:absolute;
	width:300px;
	height:60px;
	top:5px;
	left:5px;
	display:block;	
	z-index:3999;
	border: 0px solid red;
}


#LogoRight {
	overflow: hidden;
	position:absolute;
	width:80px;
	height:100px;
	top:3px;
	right:10px;
	display:block;	
	z-index:3999;
	border: 0px solid red;
}

#Logo1 {
  max-width:100%; 
  max-height:100%;
  margin:auto;
}	

#Logo1 img
{
  max-width:300px; 
  height:30px;
  margin:auto;
  display:block;
}


#Logo2 {
	position:absolute;
  top:5px;
  left:40px;
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:none;
}	

#Logo2 img
{
  max-width:200px; 
  height:30px;
  margin:auto;
  display:block;
}

#Logo3 {
  position:absolute;
  top:25px;
  left:15px;
  max-width:100%; 
  
  max-height:100%;
  margin:auto;
}	

#Logo3 img
{
  max-width:260px; 
  height:30px;
  margin:auto;
  display:block;
}



#Logo4 {
  position:absolute;
  top:0px;
  max-width:100%; 
  max-height:100%;
  margin:auto;
}	


#Logo4 img
{
  max-width:180px; 
  height:50px;
  margin:auto;
  display:block;
}

@media screen and (max-device-width: 1300px) {
	
	#LogoLeft {
		width:200px;
		height:60px;
	}
	#Logo1 img
	{
		max-width:200px; 
		height:20px;
	}
	#Logo3 img
	{
		max-width:180px; 
		height:20px;
	}
	
	#LogoRight {
		width:80px;
		top:20px;
	}
	
	#Logo4 img
	{
		max-width:80px; 
		height:30px;
		margin:auto;
		display:block;
	}
}

@media screen and (max-device-width: 1700px) {
	
	#LogoLeft {
		width:200px;
		height:60px;
	}
	#Logo1 img
	{
		max-width:200px; 
		height:20px;
	}
	#Logo3 img
	{
		max-width:180px; 
		height:20px;
	}
	
	#LogoRight {
		width:80px;
		top:2px;
	}
	
	#Logo4 img
	{
		max-width:80px; 
		height:35px;
		margin:auto;
		display:block;
	}
}

#TopPageLogo {
	 overflow: hidden;
	position:absolute;
	width:100%;
	height:100px;
	top:23px;
	left:40px;

	display:none;	
	z-index:3999;
	border: 0px solid red;
		
}