html, body {
  overflow: visible ;
}

#content {
	overflow: visible;
	position: static;
	left: none;
	top: none;
	bottom: none;
	right: none;
}


#head {
	position: static;
}

#left {
	position: static;
	border: none;
}

/* IE def of the content */
* html #content { 
  top: none; 
  left: none;   
  border: none; 
}

* html #head {
	display:none; 
}

* html #left {
  border: none;
	display:none; 
}

a.mainNav6,
a.mainNav5,
a.mainNav4,
a.mainNav3,
a.mainNav2,
a.mainNav,
#langMenu {
	display: none;
}

#mainNav ul {
	list-style: none;		
}

#mainNav ul li {
	
}

input, input[type=button] {
	display:none;
}

