	html {height:100%; max-height:100%; overflow:hidden;}

	body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0; background:#816849;}

	#center {
		position:static;
		width:750px;
		margin:15px auto;
		z-index:5;}
		
	#horiz {
	position: absolute;
	top:20px;
	left:20px;
	width:900px;
	height:600px;
	border-style:solid;
	border-width:4px;
	border-color:black;
	z-index:10;
	visibility: hidden;}
	
	#vert {
	position: absolute;
	top:20px;
	left:20px;
	width:427px;
	height:640px;
	border-style:solid;
	border-width:4px;
	border-color:black;
	z-index:10;
	visibility: hidden;}
	
	#image {
	border-width:0px;}
	
	#butan {
	position: absolute;
	top:50px;
	left:50px;
	width:30px;
	height:30px;
	border-style:solid;
	border-width:0px;
	border-color:black;}
	
	#control {
	position: absolute;
	top:5px;
	right: 5px;}
	
	#controls {
	position: absolute;
	top:-4px;
	right: -4px;}
	
	#ifo {
	position: absolute;
	top: 5px;
	right: 30px;
	width: 300px;
	height: 450px;
	background-color: #4c4e54;
	color: white;
	font-family:Tahoma;
	font-size:15px;
	font-variant: small-caps;
	border-style:solid;
	border-width:4px;
	border-color:black;
	z-index:15;
	visibility: hidden;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;}
	
	a { text-decoration:none;
	color:#000000;}
	
	img {
	border:0}