DIV#main {

	margin:0 auto;
	width:1007px;
	text-align:left;
	
}


DIV#middle {
	
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	width: 1007px;
		
}
DIV#header {
	
	
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	padding-left: 70px;	
	padding-right: 75px;
	height:460px;
		
}
DIV#top {
	width:1007px;
	height:38px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	
	
	
}
<!--
DIV#Bottom{
	width:1007px;
	height:56px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	
			

}

