html{

	margin: 0; 
	padding: 0;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0; 
	padding: 0;
	height: 100%;
	background-color: #FFFFFF;
	font-family: "monaco", "andale mono", "lucida console", monospaced;
	font-size: 0.625em;
	font-weight: normal;
	color: #ffffff;
}

#welcome_msg {
	position: absolute;
	border: 1px solid #000;
	z-index: 1;
}

#welcome_msg_text {
	font-size: 14px;
	margin-top: 18px;
	padding:5px;
}

#welcome_msg_close {
	float: right;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 4px 2px 4px;
	font-size: 10px;
	cursor: pointer;
}

#iframe_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	overflow: visible;*/
/*	z-index: -1;*/
}

#idiframe {
/*	position: absolute;
	z-index: -1;*/
}

#_myiframe {
/*	position: absolute;
	left: 36.15%; 
	top: 6.5%; 
	width: 63.85%;
	height: 93.5%;
	border: 0;*/
}

#menu_container {
	position: absolute;
	top: 0;
	left: 0;
/*	width:100%;
	height: 100%;*/
	overflow: visible;
	z-index: 4;
}

#menu {
	position: absolute;
	z-index: 4;
}