div#box {
	top:15px;
	left:15px;
	color:#FFFFFF;
	width:170px;
	height:100px;
	display:block;
	z-index:1;
	margin:0px;
}

div#groups {
	width:982px;
	float:left;
	display:block;
	overflow:hidden;
	clear:both;
}

div#box1 {
	background-image:url(../assets/img/district_heating/large_graphic.jpg);
	background-repeat:no-repeat;
	background-color:#f7a800;
	width:194px;
	height:126px;
	margin:0px;
	display:inline;
	border:0px;
	top:0px;
	left:0px;
	float:left;
}

div#box2 {
	background-image:url(../assets/img/district_cooling/large_graphic.jpg);
	background-repeat:no-repeat;
	background-color:#68c7f2;
	width:194px;
	height:126px;
	display:inline;
	margin:0px;
	border:0px;
	top:0px;
	left:0px;
	float:left;
}

div#box3 {
	background-image:url(../assets/img/oilgas/large_graphic.jpg);
	background-repeat:no-repeat;
	background-color:#68c1be;
	width:194px;
	height:126px;
	display:inline;
	margin:0px;
	border:0px;
	top:0px;
	left:0px;
	float:left;
}

div#box4 {
	background-image:url(../assets/img/industry/large_graphic.jpg);
	background-repeat:no-repeat;
	background-color:#a1abb1;
	width:194px;
	height:126px;
	display:inline;
	margin:0px;
	border:0px;
	top:0px;
	left:0px;
	float:left;
}

div#box5 {
	background-image:url(../assets/img/marine/large_graphic.jpg);
	background-repeat:no-repeat;
	background-color:#599ed4;
	width:194px;
	height:126px;
	display:inline;
	margin:0px;
	border:0px;
	top:0px;
	left:0px;
	float:left;
}


div#space{
	display:block;
	width:3px;
	height:3px;
	float:left;
}

