/* CSS Document */
.global-header {
 position: relative;
    background: #000;
	color: #FFFFFF;
}



.footer {
	color: #FFFFFF;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 16px;   /* Height of the footer */
	background: #000000;
	align-top: 4px;
	font-size: xx-small;
	padding-left: 10px;
	padding-top: 2px;
	}