#html, body
{

	margin: 0px;
	font-size: 12px;
	font-family: 'Ubuntu';
}

#infographic
{
	background-color: #112737;
	max-width: 950px;
	width = 950px;
	height = 1500px;
	min-height: 1500px;
	position: relative;
}

.infographic_block
{
	position: absolute;
	color: white;
	border-style:solid;
	border-width:1px;
	border-color: #1b3d58;
	overflow: hidden;


}

#infographic_users
{
	left: 18px;
	top: 26px;
	width: 560px;
	height: 230px;
}

#infographic_dividedIn
{
	left: 600px;
	top: 26px;
	width: 325px;
	height: 230px;

}

#infographic_interestedIn
{
	left: 18px;
	top: 288px;
	width: 660px;
	height: 290px;

}

#infographic_interestedIn_item
{
	width:70px;
	height:115px;
	text-align:center;
	margin-left:4px;
	margin-right:8px;
	margin-bottom:5px;
	padding-top:15px;
	float:left;

}

#infographic_map
{
	left: 18px;
	top: 600px;
	width: 660px;
	height: 400px;

}

#infographic_title
{
	position: absolute;
	background: #1B3D58;
	height: 13px;
	width: 100%;
	padding: 5px;
	color: #96bbd8;

}

div#infographic_content {
    position: relative;
    margin: 0 auto;
    width: 945px;
}

