html, body {
	height:  100%;
	width:  100%;
	margin:  0px;
	padding:  0px;
	overflow:hidden;
	background-color:#000000;
}

#index {
	position: absolute;
	width: 700px;
	height: 800px;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-left: -350px;
	margin-top: -400px;
}

#index img { 
	border:none; 
}

#index img.links {
	position:absolute;
	top:535px;
	left:180px;
	z-index:6;
}

/* FLASHCONTENT */
#flashcontent {
	height:100%;
}




