 	/* <![CDATA[ */

	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Template classes
	 ***************************************************************/
	DIV {
		margin: 0px;
		padding: 0px;
	}

	/*----------------------------------------------
	 :	 ACCESSIBILITY
	 -----------------------------------------------*/
	#skip A, #skip A:hover, #skip A:visited {
		position: absolute;
		left: 0px;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}

	#skip a:active {
		position: static;
		width: auto;
		height: auto;
	}

	SPAN.accessKey {
		text-decoration: underline;
	}

	/*----------------------------------------------
	 :	 GLOBALS STRUCTURE
	 -----------------------------------------------*/
	/* Dimensions & positions for all the elements */

	/* HTML - Generic */
	HTML, BODY {
		width: 100%;
		height: auto;
		overflow: auto;
		margin: 0px;
		padding: 0px;
		background-color: #E9E9E9;
	}

	#interface_intro {
		width: 720px;
		height: 396px;
		/* IF CENTER BOTH H & V */
		/* Trick To align vertical center and horizontal center */
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -193px;
		margin-left: -360px;
	}

/* ]]> */

