/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {  }
.box1 {
		width:200px;
	height:200px;
	background-color:#09d2e7; 
	display:inline-block;
	
	}		
		
		.box2 {
		width:200px;
	height:200px;
	background-color:#0fd207; 
	display:inline-block;
	
	}		
		
		.box3 {
		width:200px;
	height:200px;
	background-color:#fff227; 
	display:inline-block;
	
	
	}		
    
    
    .absolute-center {
  margin: auto;
  width:800px;
  height:200px;
  position: absolute;
  top: 120px; left: 0; bottom: 0; right: 0;
  display:inline-block;
  border: solid 2px red;
  
}