html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin: auto;
	padding: 0;
	width:100%;
	height:100%;
	color: white;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style:normal;
	margin-bottom:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:normal;
}

a:link {
	text-decoration:none;
	color:red;
	font-weight: bold;
}

a:visited {
	text-decoration:none;
	color:red;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
	color:#999;
	font-weight: bold;
}

img {
border:0;
}
#mp3player {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}
#cube {
	visibility:hidden;
}

#treasure {
	position:fixed;
	bottom: 10px;
	right: 15px;
	width:100px;
}

#flashvideo{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index:-99;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  position: absolute;
  width: 600px;
  height: 750px;
  margin-left: -300px;  /***  width / 2   ***/
  top: -375px;          /***  height / 2   ***/
  left: 50%;
}

#title {
	position: relative;
	top: 20px;
	right: 50%;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index:1;
	text-align: center; 
 } 

#footer{
	position:absolute;
	bottom:15px;
	width:100%;
	height:24px;
	z-index:1;
	color:white;
}

#login {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin: auto;
	padding: 10px;
	border: #FFF solid 1px;
	color: white;
	width: 800px;
	margin: auto;
	background: #000000;
}
#posters {
	position: relative;
	top: 12%;
	margin: auto;
	padding: 0;
	border: 0;
}
#projects {
	position: relative;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin: auto;
	padding: 0px;
	height:65%;
	border: 0px;
	color: white;
	width: 800px;
	background:#000;
	border: #FFF solid 1px;
	text-align:center;
}
#projects img {
	border: #FFF solid 1px;
}
#project-header {
	width:800px;
	margin: auto;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	position: relative;
}

#project {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin: auto;
	padding: 0px;
	border: #FFF solid 1px;
	color: white;
	margin-top: 10px;
	margin-bottom:30px;
	width: 800px;
	height:63%;
	overflow: auto;
	background: #000000;
	scrollbar-base-color: black; 
	scrollbar-arrow-color: gray;
	scrollbar-DarkShadow-Color: black;
}
#project img {
	border: #FFF solid 1px;
}
