


#global {
     position:absolute;
     left: 50%; 
     top: 40%;
     width: 700px;
     height: 400px;
     margin-top: -200px; /* half of the height */
     margin-left: -350px; /* half of the width */
     border: 0px solid;
     }

#menu {
	position:absolute;
	top: 94%;
	left:60%
	
	
}

#iframe {

	position:absolute;
	top: 25%;
	left: 35%;
	right: 10%;
 	height: 270px;
	border: 0px solid;
	overflow: auto;
}

#header {
	position:absolute;
}

p {
	font: 70% arial, sans-serif;
}
	




