/* CSS Document */
	BODY {
	scrollbar-face-color : #FFFFFF;
	scrollbar-shadow-color : #FF0000;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-3dlight-color : #FF0000;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	scrollbar-arrow-color : #FF0000;
	background-attachment: fixed;
	background-image:  url("../images/gifs/background.gif");
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-width: 0px;
	padding-top: 0px;
	}

