/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #EEEBE6;
	}

.table_bg {
	background-image:url(../images/table_bg.jpg);
	background-attachment:fixed;
	background-position:right;
	background-position:top;
	background-repeat:no-repeat;
	}

html {
	scrollbar-base-color: #e2ddd6;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #cfcbc4;
 
	scrollbar-shadow-color: #cfcbc4;
	scrollbar-lightshadow-color: cfcbc4; 
	scrollbar-darkshadow-color: #cfcbc4;

	scrollbar-highlight-color: cfcbc4;
	scrollbar-3dlight-color: #cfcbc4;
	}

