/* Styles for demo, not necessary for scrolling layers */  
body  { /*overflow:hidden; 
text-align:center*/ 
background:  url("../graphics/background.gif") repeat;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
margin-top:-120px;					
}
div#icon { 	position: relative; 
			top: 70px; 
			left: 350px; 
			width:250px; 
			height:250px; 
			z-index:0;
			}
iframe#content { width:800px; 
			height:550px; 
			position:relative; top:-90px; left:-20px; z-index:3;
			}
div#copy { text-align:center; font-size:.7em; 
			position:relative; top:-90px; z-index:4;
			}
div#nav { position:relative; top:70px; left:500px; width:228px; height:100px; z-index:3;}
a {
	text-decoration: none;
	color:#740189;
	}

a:link, a:visited, a:active{
	color: #740189;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: #006600;
	}
a img { 	border:none 
			}

.copyright {
text-align: center;
font-size:.7em
}

