html{
 
	margin: 0; 
	padding: 0;
	height: 100%;
	overflow: hidden;
}
 
#container2 {
	height:100%;
	z-index:2;
}
 
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;
}
 
img { border-style: none; }
a:active, a { outline: none; }

#_myiframe {
	position: absolute;
	left: 36.15%; 
	top: 6.5%; 
	width: 63.85%;
	height: 93.5%;
	border: 0;
	}
 
#l7nav_container {
	position: absolute;
	top:0px;
	left: 0;
	width:176px;
	height:176px;
	overflow: auto;
	z-index: 4;
	}
 
#move_handle {
	position:absolute;
	background:url(../images/move_handle.png) no-repeat;
	margin:0px; 
	padding: 0px; 
	width: 176px;
	height:42px;
	top: 0;
	left: 0;
	z-index: 4;
	}

#escape {
	position:absolute; 
	top:0;
	left: 0px; 
	width:14px; 
	height:50px; 
	padding:0;
	margin-top:7px;
	display:block;
    z-index: 100;
	}
	#escape span {display:none;}
	#escape a {display:block; width:14px; height:50px;}

#l7-creative-link {
	background:url(../images/l7-creativeurl.png) no-repeat;
	width:176px;
	height:26px;
	margin-top:42px;
	}
	#l7-creative-link span {display:none;}
	#l7-creative-link a {display:block; width:108px; height:16px; margin-left:52px;}
	#l7-creative-link a:hover {background:url(../images/l7-creativeurl.png) -52px -26px no-repeat;}
 
#hello {
   position:relative; 
   padding-left:5px; 
   padding-top:20px; 
   padding-bottom:4px; 
   top: 0;
   left: 36.15%; 
   width: 60em; 
   height: auto;
   text-align:left; 
   display:none;
   z-index: 4;
}
 
#hello h1{
	display:none;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
 
#hello p { margin: 0; }
 
#closehello { display:none; top: 3px; right: 3px; }
 
#navtoggle {  
	display:none;
	position:absolute; 
	padding: 0px; 
	width: 5px;
	top: 15px; 
	left: 6.5em;
	text-align:center; 
	}
 

 
#youtube {
	position:absolute; 
	padding:20px; 
	top:0; 
	left:100px; 
	width:auto; 
	height:auto; 
	color: #fff;
	display:none; 
	z-index: 4;
}
 
#swfoverlay {
	position:absolute; 
	top:0;
	left:0;
	width: 1px;
	height: 1px;
	background-color: transparent;
	z-index: 1;
	overflow: visible;
}
 
 


