﻿/* PageBackground */



/* Background page image */
#pageBackgroundTop {
	width: 710px;	
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 11px;	
	background-image: url(../images/pageBackground/DropShadowTransparentTop710W.png);	
	background-repeat: no-repeat;
	background-position: center bottom;

}
#pageBackgroundMiddle {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageBackground/DropShadowTransparentMiddle710W.png);	
	background-repeat: repeat-y;
	background-position: 
	center top;
}
#pageBackgroundBottom {
	width: 710px;	
	margin-right: auto;
	margin-left: auto;	
	height: 11px;	
	background-image: url(../images/pageBackground/DropShadowTransparentBottom710W.png);	
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
#pageBackgroundFooter {
	width: 710px;	
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;
}