html, body {
width: 1024px !important;
height:100%;
margin: 0px;
font-family: Courier, arial;
	background-image: url(../images/header-body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ecf5f8;/*#e5f2f6;*/
}

#recipes {
	
	position: relative;
	margin-top:40px;
	float: left;
	
	border-top:4px solid #76672f;
	background-image: url(../images/recipes-back-large.jpg);
	
	
}
#wrapper {

width: 1024px;
}
#header {
width:1024px;
}