 
/********************************************
   HTML ELEMENTS for JPPIX Logo placment
********************************************/ 


/***********************
	  LAYOUT
************************/

/* header */

#header p#logo {
	position: absolute;
	background: transparent url(jppix-logo1.gif) no-repeat;
	width: 95px;
	height: 110px;
	/* change the values of left and top to adjust the position of the jppix Logo */
	top: 10px;
	left: auto;
	visibility: visible;
}

