


#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 500px;
     margin-top: -250px; /* half of the height */
     margin-left: -400px; /* half of the width */
     border: 0px solid;
     }
a {
	color: black;
	text-decoration:none;
}

a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	color: orange;
	text-decoration:none;
}

#menu {
	position:absolute;
	top: 18%;
	left:8%
	
	
}

#opener {
	position:absolute;
	top: 25%;
}

#copyright {
	align: right;
	font: 60% arial, sans-serif;
	position:absolute;
	top: 90%;
	left:5%
	
	
}

#logo {
	position:absolute;
	top: 90%;
	left:90%
}

	

#iframe {

	position:absolute;
	top: 18%;
	left: 30%;
	right: 8%;
	height: 350px;
	border: 0px solid;
	overflow: auto;
}



#header {
	position:absolute;
font: 70% arial, sans-serif;
}

p {
	font: 70% arial, sans-serif;
}
	

h1 {
color: orange;
font: 70% arial, sans-serif;

}


