/* CHARCOALS STEAK-GRILL RE-DONE - TEST - APRIL, 27, 2022 */





body {
  background-color: #ffbf80;
}

div#wrapper {

            position: relative;
			margin: 0 auto;
			width: 1059px;
			
}

div#head {

            position: absolute;
			top: 100px;
			width: 1059px;
			height: 497px;
			left: 1px;	
			
}





div#left-content {

            position: absolute;	
			top: 597px;
			width: 359px;
			height: 269px;
			left: 1px;	
}


div#center-content {

            position: absolute;	
			top: 597px;
			width: 350px;
			height: 233px;
			left: 351px;	
}



div#right-content {
            position: absolute;		
			top: 597px;
			width: 350px;
			left: 709px;
			
}



div#footer {
            position: absolute;
			left: 1px;			
			top: 830px;
			width: 1059px;
			
			
}