body {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	overflow:auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;

	scrollbar-track-color: #E8D4BB;
	scrollbar-base-color: #B8BD56;
	scrollbar-arrow-color: #E8D4BB;
	scrollbar-3dlight-color: #8A9A37;
	scrollbar-highlight-color: #B8BD56;
	scrollbar-face-color: #B8BD56;
	scrollbar-shadow-color:#B8BD56;
	scrollbar-darkshadow-color: #897634;

	background-color: #ffffff;
	background-image: url();
}

.landing_top{
background-image:  url(images/landing_top.jpg);
background-repeat:no-repeat;
background-position: bottom center;
}
.landing_right{
background-image:  url(images/landing_right.jpg);
background-repeat:no-repeat;
background-position: left top;
}
.landing_left{
background-image:  url(images/landing_left.jpg);
background-position: right top;
background-repeat:no-repeat;
}
.landing_bottom{
background-image:  url(images/landing_bottom.jpg);
background-repeat:no-repeat;
background-position: top center;
}

img { 
	behavior: url(iepngfix.htc); 
}

