@charset "UTF-8";
/* CSS Document */
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure, figcaption {
     display: block;
}
@font-face {
 font-family: alamain;
 src: url("project0/fonts/alamain.eot"), /* EOT file for IE */
 url("project0/fonts/alamain.ttf")
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	z-index: 0;
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#centeringDiv {
	width: 980px;
	height: 750px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/background.png);
	background-position: 0% 0%;
}


.fontLibre {
}
.floatRight {
	float: right;
	right: 34px;
	padding-right: 10px;
}
.floatDown {
	position: absolute;
	top: 54px;
	padding-right: 40px;
	width: 476px;
}
#plate {
	position: absolute;
	top: 129px;
	left: 0px;
	background-image: url(../images/halfPlate.png);
	width: 399px;
	height: 590px;
}
#EatUp {
	position: absolute;
	width: 545px;
	height: 141px;
	left: 371px;
	top: -61px;
}
#script {
	position: absolute;
	width: 490px;
	height: 384px;
	left: 437px;
	top: -25px;
	font-family: dawning-of-a-new-day;
	font-size: 4em;
	line-height: 65px;
	text-align: center;
	color: #D4AE87;
	font-style: normal;
	font-weight: 400;
}
#name {
	position: absolute;
	width: 559px;
	height: 217px;
	left: 405px;
	top: 434px;
	font-family: alamain;
	font-size: 3em;
	line-height: 70px;
}
#forkBox {
	position: absolute;
	left: 364px;
	top: 246px;
	z-index: 2000;
	cursor: pointer;
}
#spoonBox {
	position: absolute;
	left: 423px;
	top: 246px;
	width: 27px;
	height: 136px;
	z-index:2000;
	cursor:pointer;
}
#allArticles {
	width: 270px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 97px;
	overflow: hidden;
}
#allArticlesWrapper {
	width: 270px;
	height: 3200px;
	position: relative;
	top:0;
	
}
#article0 {
	background-color: rgba(204,204,204,1);
}
#article1 {
	background-image: url(../images/RugColor.png);
}
#article2 {
	background-image: url(../images/BPcolor.png)
}
#article3 {
	background-image: url(../images/MuffColor.png);
}
#article4 {
}
#article5 {
}
#article6 {
}
#article7 {
}
#article8 {
}
.Food {
	width: 270px;
	height: 400px;
	position:relative;
}
header {
	position: relative;
}
#spoon img, #fork img {
	cursor:pointer;
}
#footer {
	position: absolute;
}
.photo {
	/* [disabled]float: right; */
	right: 546px;
	bottom: -628px;
	position: absolute;
}
