@charset "UTF-8";
/* CSS Document */

#cpl_head {
	/*width: 800px;
	background-image: url(../images/header.png);
	height: 130px;                                  /* 6. */
	display: list-item;                /* 1. */
	list-style-image: url(../images/header.jpg); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;                       /* 5. */
	}
