.topDiv {
	position: fixed;
	z-index: 100;
	width: 100%;
  border-bottom: 1px solid #999999;
  height: 45px;
  background: rgba(255, 255, 255, 0.95);  
  text-align: center;
}
.infoDiv {
	position: fixed;
	left: 145px;
	top: 0px;
  border: 0px;
  height: 45px;
  font: 12px Verdana, Arial, sans-serif;
  color: #999999;
}
.iconfbDiv {
	position: fixed;
	right: 150px;
	top: 0px;
	width: 45px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  height: 45px;
}
.iconliDiv {
	position: fixed;
	right: 200px;
	top: 0px;
	width: 45px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  height: 45px;
}
.iconigDiv {
	position: fixed;
	right: 250px;
	top: 0px;
	width: 45px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  height: 45px;
}

.menuDiv {
	position: fixed;
	z-index: 99;
	width: 100%;
  border-bottom: 1px solid #999999;
  top: 45px;
  height: 73px;
  background: rgba(255, 255, 255, 0.95); 
  text-align: center;
}
.logoDiv {
	position: fixed;
	left: 150px;
	top: 58px;
	width: 249px;
	height: 50px;
  border: 0px;
}
.menucatDiv {
	position: fixed;
	right: 150px;
	top: 64px;
  	border: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}