@width: 20px;
@height: 40px;

div.rectangle {
	width: @width;
	height: @height;
	background-color: @secondBoxColor;
}