
/* hide from ie on mac \*/
html, body, #shell {
	height: 100%;
	overflow: auto;
}
/* end hide */

body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}


#myContent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

div#modalscreen{ 
	position:absolute; 
	color:white; 
	background-color:#000;
	overflow:auto;
	border: none;
	display: none;
	width:100%;
	height:100%;
	min-width:1150px;
	min-height:760px;
	filter: Alpha(opacity=60);
	opacity:0.6;
}
iframe.page { 
	position:absolute; 
	background:white; 
	color:#000;
	border: none;
	display: none;
	width:622px;
	height:445px;
	visibility: hidden;
}
div.plan { 
	position:absolute; 
	background:white; 
	color:#000;
	border: none;
	display: none;
	width:881px;
	height:662px;
	visibility: hidden;
}

#maincontents {
	width:100%;
	height:100%;
	border: 0;
}
#maincontents td {
	width:100%;
	height:100%;
	text-align: center;
}