/* Styles for demo, not necessary for scrolling layers */  
body  { 
font-family: Arial, Helvetica, sans-serif;
color:#CCCCCC;
/*text-align:center
background:  url("../graphics/background.gif") repeat;*/
background-color:#000000;
margin-top:-100px;					
}
div#banner { position:relative; top:110px; left:0px; width:579px; height:73px; z-index:1;}
div#belanna { position:relative; top:110px; left:-210px; width:250px; height:308px; z-index:0;}
div#bars { position:relative; top:-200px; left:90px; width:228px; height:22px; z-index:2;}
div#nav { position:relative; top:-175px; left:75px; width:309px; height:125px; z-index:3;}
iframe#content { width:500px; 
			height:330px; 
			position:relative; top:-140px; left:0; z-index:3;
			}
div#copy { text-align:center; font-size:.7em; 
			position:relative; top:-140px; z-index:4;
			}
a:link, a:visited { color:#FF0000;
			text-decoration:none;
			}
a:hover { 	text-decoration:underline; 
			color:#990066
			}
a img { 	border:none 
			}
