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

#box1
{ 
	left:300px;
	background:rgb(0,0,200);
	height:500px;
	width:200px;
	position:absolute;
	
}

#box2
{
	height:500px;
	background:rgb(255,255,255);
	width:1150px;

}

	
#box3
{
	height:100px;
	background:rgb(0,0,200);
	width:1150px;
	top:250px;
	position:absolute;


}



	