
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#content {
	width: 900px;
	color: #333;
	background: #F2F2E6;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	height: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#myOnPageContent {
	visibility: hidden;

      position:absolute; 
      left:-200px; 
      top:-100px; 


}

#myOnPageContent2 {
	visibility: hidden;
 position:absolute; 
      left:-200px; 
      top:-100px; 
}
