@charset "utf-8";
/* CSS Document */

.boxes_container
{
	position:relative;
	width:1000px;
	height:163px;
	margin-left:auto;
	margin-right:auto;
}

.box_size
{
	position:absolute;
	top:0px;
	width:220px;
	height:151px;
}

.box_1
{
	left:15px;
}

.box_2
{
	left:265px;
}

.box_3
{
	left:515px;
}

.box_4
{
	left:765px;
}

