body{
	margin:0px auto;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-color: #CCCCCC;
}
.main{
	margin:0px auto;
	width:878px;
	display:block;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
}		
.header{
	width:830px;
	height:128px;
	background-image: url(../images/header.jpg);
	float:left;
	position:relative;
	padding-left: 24px;
	padding-right: 24px;
}

.navmain{
	width:915px;
	height:23px;
	float:left;
	position:relative;
}
.navigation{
	width:878px;
	height:30px;
	background-image: url(../images/navback.jpg);
	float:left;
	position:relative;
	background-repeat: no-repeat;
}

.slideshow{
	width:878px;
	height:272px;
	background-image: url(../images/image01.jpg);
	float:left;
	position:relative;
}
.content{
	width:878px;
	height:auto;
	float:left;
	position:relative;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
}
.textarea{
	width:593px;
	float:left;
	position:relative;
	background-image: url(../images/textarea.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 28px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.decorator_container{
	width:232px;
	height:auto;
	float:left;
	position:relative;
}
.decorator_content{
	width:237px;
	height:379px;
	float:left;
	position:relative;
	background-image: url(../images/why_choose.jpg);
	background-repeat: no-repeat;
}
.decorator_content2{
	width:274px;
	height:463px;
	float:left;
	position:relative;
	background-image: url(../images/flavours_dips.jpg);
	background-repeat: no-repeat;
}
.decorator_link{
	width:237px;
	height:146px;
	float:left;
	position:relative;
	bottom: 0px;
	background-image: url(../images/contact.jpg);
}

.footermain{
	width:850px;
	height:48px;
	float:left;
	position:relative;
	background-image: url(../images/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 28px;
	background-repeat: no-repeat;
	padding-top: 15px;
}

