/* To BE DELETED to have a resizable content. Kept here to be compliant with old version (for Eric to be happy) */

.content {
/*	width:800px;*/
	/*margin-left:10%;*/
	margin:auto;
}
.content div {
	float:left;
}

#div_1 {
	width:18%;
}
#div_1 img {
	margin-top:30%;
}
#div_2 {
	width:48%;
}
#div_3 {
	width:28%;
}
