@font-face {
font-family: FSLola;
    src: url('FSLola.eot?#iefix') format('embedded-opentype'), 
    url('FSLola.woff') format('woff'), 
	url('FSLola.ttf')  format('truetype');
}
@font-face {
font-family: fontFooter;
	src: url('font_footer.eot?#iefix') format('embedded-opentype'), 
    url('font_footer.woff') format('woff'), 
	url('font_footer.ttf')  format('truetype');
}

body{
	margin:0;
	padding:0;
}

#background{
	width: 100%;
	height:100%;
	position:fixed;
	margin:0;
	padding:0;
}

#wrapper{
	width: 1315px;
	left: 0;
	right: 0;
	margin: auto;
	z-index:100;
}

#content{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:250px;
}

#table{
	width:1240px;
	min-height:700px;
	border:2px solid #f0e4c5;
	margin:auto;
	position:relative;
	top:200px;
	z-index:200;
	background-image:url('../resources/images/ingredient_table.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
	box-shadow: 0px 1px 5px #888888;
	font-family:Helvetica;
}

.ingredient{
	width:950px;
	padding:10px;
	clear:both;
	color:#555555;
	margin:auto;
	position: relative;
	left:-74px;
}

.ingredient:after {
  content: "";
  clear: both;
  display: table;
}

.image{
	float:left;
	width:200px;
	text-align: right;
}

.text{
	width:710px;
	float:left;
	font-size:11pt;
	border-bottom: 2px dashed #555555;
	padding:10px;
	text-align: justify;
}

h1{
	clear:both;
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size:13pt;
}

.image img{
	width:80px;
	height:80px;
	border-radius: 100px;
	background: white;
	border:0px;
	padding:0;
	margin:0 25px 0 0;
}

#scroll{
	height:800px;
	overflow: auto;
	padding:30px;
}

#right{
	width:950px;
	float:right;
	border-left:2px solid #d2bca8;
}

.letter{
	width:60px;
	height:60px;
	background: #c4e7e6;
	border:2px solid #988878;
	color:#b48872;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	font-size:16pt;
	float:left;
}

h2{
	clear: both;
	color:#603913;
	font-weight: normal;
	text-align: center;
	margin:40px 25px 20px 0;
}