@charset "UTF-8";
/* CSS Document */

#teamemgscroll {
	width: 555px;
	height: 445px;
	overflow: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}

#contactscroll {
	width: 380px;
	height: 230px;
	overflow: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}

#ingredientsscroll {
	width: 555px;
	height: 210px;
	overflow: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}

#aboutmyodurancescroll {
	width: 555px;
	height: 305px;
	overflow: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}