body { 
	margin: 0; 
	padding: 0 0 0 0; 
} 
div#footer { 
	overflow: auto; 
	width: 50px;
	height: 188px;
	position: absolute; 
	bottom: 0; 
	left: 0; 
	background-image: url(images/onsign-outline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
div#content { 
} 
  
@media screen { 
	body>div#footer { 
		position: fixed; 
	} 
} 

