body{
	background:url(layout_grid.gif) top left no-repeat;
	
}


	
#flag1{
	top:0px;
	left:0px;
	position:absolute;
	width:150px;
	height:350px;
	background:rgb(57,133,55);
}
#flag2{
	top:0px;
	left:150px;
	width:150px;
	height:350px;
	position:absolute;
	background:rgb(255,255,255);
}
#flag3{
	top:0px;
	left:300px;
	width:150px;
	height:350px;
	position:absolute;
	background:rgb(255,0,0);
}