/* CSS Document */

body {
	background-color: #96A180;
	
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center; /* for IE5.5/Win */
	}
	
#wrapper {
	background-image:url(../../images/images_utils/right_bg_green.gif);
	background-repeat:repeat-y;
	background-position:100% 50%;
	
	margin-right:auto;
	margin-left:auto;
	text-align: left; /* for IE5.5/Win */
	width: 780px;
	background-color:#FEFDF5;
	}


	
