@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../images/mainbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#container{
	height:auto;
	margin:0;
	padding:0;
}
#middle{
	margin: 0 auto; 
	width:1080px;
}
#logo{
	height:auto;
	width:300px;
	margin: 0 auto;
}
#boxesframe{
	background-image:url(../images/frame.png);
	background-repeat:no-repeat;
	height:1110px;
	width:100%;
	margin: 0 auto;
	margin-top:25px;
}
#top{
	height:503px;
	width:1080px;
}
#leftone{
	float:left;
	height:460px;
	width:540px;
	}
#rightone{
	float:right;
	height:460px;
	width:540px;
	}
#home{
	height:132px;
	margin-left:60px;
	margin-top:95px;
	width:448px;
}
#about{
	height:209px;
	margin-left:45px;
	margin-top:20px;
	width:480px;
}
#jams{
	height:346px;
	margin-top:75px;
	width:425px;
}
#recipes{
	height:173px;
	margin:0 auto;
	width:971px;
}
#bottom{
	height:200px;
	
	width:1080px;
}
#blog{
	float:left;
	margin-top:135px;
	margin-left:45px;
}
#contact{
	float:right;
	margin-top:125px;
	margin-right:65px;
}