/*-General-----------------------------------------------*/
body {
	background: url(images/roses.jpg) fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:13px;
	margin: 0;
	padding: 0;
	width: 100%;
}

hr {
	height: 1px;
	margin: 5px 0 0 0;
	padding: 0;
}

#ceiling {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: #FFF9FC url(images/chynna_lynne_dickus.jpg) no-repeat top left;
	height: 83px;
}

#stage {
	position: relative;
	margin: 0 auto;
	width:800px;
	background: #FFF9FC url(images/stage_bg.gif) repeat-y top left;
	height: 600px;
}

#stage .backdrop {
	position: relative;
	margin: 0;
	width: 100%;
	background: url(images/stage_top.jpg) no-repeat top left;
	height: 100px;
}

#set {
	border:0px solid blue;
	position: absolute;
	top: 120px;
	width: 784px;
	left: 50%;
	margin: 0 0 0 -394px;
	height: 560px;
	z-index: 2;
}

#set .chynnaStanding {
	position: absolute;
	bottom: -25px;
	left: -10px;
	background: url(images/chynna_standing.gif) no-repeat top left;
	height: 534px;
	width: 203px;
}

#set .chynnaFace {
	position: absolute;
	bottom: -25px;
	right: -6px;
	background: url(images/chynna_face.gif) no-repeat top left;
	height: 325px;
	width: 248px;
}

#set .chynnaSitting {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/chynna_sitting.gif) no-repeat top left;
	height: 232px;
	width: 240px;
}

#set .chynnaBlack {
	position: absolute;
	left: 330px;
	bottom: -76px;
	background: url(images/chynna_black.gif) no-repeat top left;
	height: 446px;
	width: 171px;
}

#set .content {
	position:absolute;
	top: 20px;
	left: 0px;
	border: 0px solid red;
	width: 100%;
	height: 500px;
	color: #600;
}

#set .content ul {
	list-style: square;
	margin-top:0;
	margin-bottom: 0;
}

#set .content ul img {
	vertical-align:middle;
}

#set .content a {
	color: #666;
}

#set .content a:hover {
	color: #000;
}

#set .content p {
	color: #600;
	font-style: italic;
	text-align: justify;
}

#set .content h1 {
	font-size:120%;
	font-weight:bold;
}

#set .nav {
	position: absolute;
}

#set .trust {
	position: absolute;
	right: 30px;
	top: 40px;
	width: 220px;
	border: 1px solid #933;
	padding: 5px 3px;
	color: #933;
	background: #fff;
  text-align:center;
}

#set .trust2 {
	margin: 0 auto;
	width: 220px;
	border: 1px solid #933;
	padding: 5px 3px;
	color: #933;
	background: #fff;
}

#set .trust2 p, #set .trust p {
  margin: 0;
  padding: 0;
}

#set .poster {
	position: absolute;
	right: 80px;
	top: 220px;
	font-size: 80%;
	text-align:center;
	width: 250px;
}

#set .poster img {
	border:1px solid #000;
}

#set .poster a {
	color: #c99;
}

#set .music {
	position: absolute;
	left: 310px;
	bottom: -25px;
}

img {
	border: none;
}

#stage .floor {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 800px;
	background: url(images/stage_bottom.gif) no-repeat top left;
	padding-top: 30px;
	text-align: center;
	color: #999;
	height: 50px;
}

#stage .floor a {
	text-decoration: none;
	color: #999;
}

#stage .floor a:hover {
	color: #000;
}

#stage .floor img {
	vertical-align: middle;
}

