/* CSS Document */

/* ARTSITS BACKGROUND IMAGE - GENERIC */

body {
		  margin:0;
		  padding:40px 0;
		  text-align:left;
		  color:#000;
		  background:#FFF url(../images/background_artists.gif) no-repeat left top;
		  font:11px/14px "Courier New", Courier, mono;
		}



/* FEATURE IMAGE - ARTIST - ANDREW TRAHAIR */
/* NOTE: DO NOT CHANGE WIDTH & HEIGHT VALUES! */

		#feature {
		width: 772px;
		height: 452px;
		background-repeat: no-repeat;
		z-index: 1;
		background-image: url(../images/artist_le_thanh_thu.jpg);
		padding:0px 0px 10px;
	}
	
	/* LION BACKGROUND IMAGE - HOME */
	
	#lion_home {
	position:absolute;
	left:0px;
	top:350px;
	width: 207px;
	height: 390px;
	background:#FFF url(../images/background_lion_02.gif) no-repeat left top;
	z-index: 1;
		}
