html {
    background-color:      #000000;
    }	

#bodyWrapper {
	position:absolute;
	top:230px;
	left: 11px;
	height:400px;
	width: 960px;
	/* border:2px solid #ffffff; */
	}	

#bodyPicture {
	position: absolute;
	background-image: url(images/dancer.png);
	top: 20px;
	left: 340px;
	height:300px;
	width: 600px;
	z-index: 4;
	/* border:2px solid #00ff00; */
	}

#bodySpecialInfo {	
	position:relative;
	top: 0px;
	left:4px;
    height: 230px;	
	width: 878px;	
	font: 30pt tahoma, arial, helvetica, sans-serif;
	font-weight:600;
	color: #FFB000;
	/* border:2px solid #00ffff; */
    }	
	
#copyright {
	text-align: right;
	position:   absolute;
	width: 300px;
	height: 30px;
	botton:     1%;
	left:      0px;
	font: 10pt tahoma, arial, helvetica, sans-serif;
	color:#DDDDDD;
	z-index: 5;
	/* border:2px solid #0ffff0; */
	}
