@charset "UTF-8";

#container {
	width: 1024px;
	margin: auto;
	background-color: #FEFDFC;
	min-height: 800px;
	position: relative;
}

#header {
	width: 100%;
	background-color: #E9BE87;
	height: 150px;
}

#sidebar-left {
	width: 100px;
	height: 525px;
	background-color: #AB2108;
	position: absolute;
	top: 150px;
	left: 0px;
}

#sidebar-right {
	width: 100px;
	height: 525px;
	background-color: #115624;
	position: absolute;
	top: 150px;
	right: 0px;
}

#footer {
	width: 100%;
	background-color: #3F2405;
	height: 124px;
	position: absolute;
	bottom: 1px;
	left: -0px;
}

#navigation {
	position: "absolute"; "center";
	background-color: #3F2405;
	width: 90%;
	top: 150px;
	height: 50px;
	left: 35px;
}


a {	color: #EFE7E7;
}
#middle {padding-left: 180px; padding-right: 100px; padding-top:100px;}

h2 {color: white; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size: 16px;
 padding:30px;}

<div id="footer">
<h2> Pasta Amore Copyright 2017</h2>
</div>
</body>
</html>
