@charset "utf-8";
/* CSS Document */


body {
		margin: 0;
		padding: 0;
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
	}
	
IMG.displayed {
   display: block;
    margin-left: auto;
    margin-right: auto 
}

#main {
  position: relative;
  width: 70%;
  height: 80%;
  background-color: black;
  color: white;
  margin: 1em auto;
  text-align: left;
  padding: 1em;
} 

#LinksTable {
width: 52px;
position: absolute;
top: 20px;
left: 20px;
padding: 1px;}

#navlink {font-weight: bold;
text-align: center;
margin-bottom: 1px;
margin-top: 0px;}

#navlink a {text-decoration: none;
display: block;
padding-top: 4px;
padding-bottom: 4px;}

#navlink a:hover {background-color: #333333;}

#navlink a:link span {display: none;}

#navlink a:visited span {display: none;}

#navlink a:hover span {font-size: 1.0em;
position: absolute;
top: 22em;
font-weight: normal;
display: block;}


	 
	 a:focus {outline: none} 
	 
	 
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		left: 10px;
		top: 133px;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
	a {	
		color:#cccccc;
	}




#ViewerLayer {
	position:relative;
	width:560px;
	height:480px;
	z-index:1;
	left: 200px;
	top: 20px;
}

