@charset "utf-8";

* { margin: 0; padding: 0; font-size: 1em; font-style: normal;}

body {
	text-align: center;
	background: #F1F314;
	color: #000;
	cursor: auto;
	font: normal normal 75%/1.3 Arial, Helvetica, Osaka, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
}


h1 {
	position: absolute;
	top: 180px;
}

a         { color: #000; text-decoration: underline; cursor: pointer;}
a:visited { color: #000;}
a:hover   { color: #000; text-decoration: none;}
a:focus,
a:active  { color: #000;}

hr { display: none;}
img { border: none; color: #fff; background: transparent; vertical-align: bottom;}


/******************************************************************** structure
*/

#wrapper { width: 870px; text-align: left; margin: 0 auto;}


#container { position: relative;}

#txt {
	position: absolute;
	top: 480px;
	width: 500px;
}
#img {
	position: absolute;
	top: 0;
	left: 370px;
}

#footer {
	clear: both;
	position: absolute;
	top: 600px;
	color: #A6A645;
}
#footer abbr { border: none;}
#footer a { color: #A6A645;}
#ingredients { padding: 5px 0 0;}




