

	html, body { 
		height: 100%; 
		margin: 0px; 
	}
	
	body, td {
		font-family: verdana;
		font-size: 11px;
	}
	
	    
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:center;
	margin: 0 auto 0em; /* the bottom margin is the negative value of the footer's height */
}
 .push {
	height: 0em; /* .push must be the same height as .footer */
	text-align:center;
	font-size:9px;
	
}
	
	#Container {
		background-image: url('Images/BG.gif');
		background-position: bottom left;
		background-repeat: repeat-x;
		background-color: white;
		position: absolute;
		top: 0px;
		left: 90px;
		width: 590px;
		height:100%;
		text-align: left;
		padding-left: 270px;
		padding-top: 107px;		
		min-height:97%;
	}
	
	#Food {
		position: absolute;
		top: 310px;
		left: 7px;
		width: 264px;
		height: 224px;
	}
	
	#Body {
		width: 451px;
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/		
		min-height:97%; /* real browsers */				
		background-color: #f0f0f0;
		padding: 10px 25px;
		
	}	
	
	#LeftPanel {

		position: absolute;
		top: 107px;
		left: 50px;
		width: 225px;
height: 100%;	
	}
	
	#Address {
		position: absolute;
		top: 100px;
		left: 0px;
	}
	
	#Address .serif {
		margin-left: 0px;	
	}
	
	.bodyEditor {
		height: 100%;		
	}

		
