/* CSS Document */
body{
	background:#fff url('../grafica/templates/bg.jpg') repeat-x;
}

#left{
	float:left;
	width:667px;
	margin:0 0px 0 0;
	padding:0;
}

.boxLarge{
	margin:0 51px 0 0;
	padding:0;
	height:222px
}
.box1,.box2{
	float:left;
	width:297px;
	height:228px;		
}
.box1 img,.box2 img{
	position:absolute;
	bottom:15px;	
}
.box1{
	border-right:1px solid #fff;
	padding-right:13px;
}
.box2{
	border-left:1px solid #fff;
	padding-left:13px;
}

