/* CSS Document */
#divGlobal {
	position:relative;
	top:0px;
	width:100%;
	heigth:0px;
	margin-left: auto;
    margin-right: auto;
	z-index:501;
}
#logo {
	display:block;
	position:absolute;
	left:22px;
	top:1px;
	width:27px;
	height:165px;
	z-index:502;
	overflow: visible;
}
#logoexpand {
	display:none;
	position:absolute;
	left:22px;
	top:1px;
	width:27px;
	height:165px;
	z-index:503;
	overflow: visible;
}
