/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:white;
	background-image:url(home_bkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

