@import "two-parts.css";
/* with fixed header and menu */
/* The child selectors are a hack to hide these rules from WinIE6,
   which gets confused by 'fixed' */

body>div#Header  { 	
	position:fixed 
} 

body>div#Content  { 	
	margin-top:70px
} 

body>div#Menu  { 	
	position:fixed 
}