.background {
	background-attachment: fixed;
	background-image: url(images/body_background_10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.scroll {
	overflow-x: hidden;
	scrollbar-base-color: FFFFFF;
	scrollbar-face-color: 336699;
	scrollbar-track-color: ffffff;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: ffffff;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-arrow-color: ffffff;
}