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

div{
	color:red;
	
}

#box1{
	
	top:350px;
	left:550px;
	position:absolute;
	
	opacity:1;
	
	font-size:24px;
	width:45px;
	height:50px;
	
	background:url(tux.svg)
	

}

#box2{
	
	top:75px;
	left:250px;
	position:absolute;
	
	opacity:.6;
	
	width:350px;
	height:350px;
	
	background:url(mcenroe.jpg)
	
}

#box3{
	
	top:100px;
	left:300px;
	position:absolute;
	
	opacity:.8;
	
	width:100px;
	height:100px;
	
	background:url('Red Panda on Branch.jpg');

	
}
	
