DIV#main {
	margin:110 auto;
	width: 955px;
	text-align: left;
}

DIV#middle {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	width: 955px;
}

DIV#header {

	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	padding-left: 45px;	
	padding-right: 0px;
	height: 350px;
		
}

DIV#top {
	width:955px;
	height:26px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}

DIV#Bottom{
	width:955px;
	height:68px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	padding-top: 30px;	
	padding-left: 45px;	
	padding-right: 40px;

}


