/* CSS */ 

body {
	background-color: #EBEBEB;
	/* background-image: url("../resources/bg.jpg"); */  
	/* background-repeat: no-repeat; */ 
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px; 
  	overflow: hidden;
} 

/* background-image */
img#background {
	height: 100%;
	width: 100%;
	z-index: -1;
	position:absolute;
}
	
.hidden    {
	display:none;
	}

