/* ------------------------------------
   ENMAX Gateway Print Stylesheet
--------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}

#bg {display: none;}

#container {
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(none);
}

#main {
	width: auto;
	height: auto;
}

#enmax {
	display: block;
	width: 142px;
	height: 52px;
	position: absolute;
	margin-left: 0px;
	background: url(/nr/templates/images/easymax/enmax-logo-print-1.gif) no-repeat;
}
#enmax img{ display: none;}

#nav {
	display: block;
	width: 406px;
	height: 7px;
	margin-top: 37px;
	margin-left: 250px;
	background: url(/nr/templates/images/easymax/corpnav-print.gif) no-repeat;
}
#nav img {display: none;}



#hero {
	display: block;
	width: 220px;
	height: 150px;
	background: url(/nr/templates/images/easymax/hero-gateway-print-1.jpg) no-repeat;
}
#hero img {display: none;}

#iam {
	position: absolute;
	display: block;
	width: 210px;
	margin-left: 230px;
	margin-top: 140px;
}

#iwant {
	position: absolute;
	display: block;
	width: 210px;
	margin-top: 140px;
	margin-left: 450px;
}

#legal {display: none;}
#legal-print {
	position: absolute;
	width: 620px;
	margin-top: 380px;
	margin-left: 0px;
	display: block;
	color: #000;
}

#footer {display: none;}

#enmax, 
#nav,
#hero, 
#iam, 
#iwant,
#legal { opacity: 100; filter: alpha(opacity=100); }  /* filter for IE */