html  { height: 100%;
	background-image: url(images/web-bg-copy.jpg);
	}
body {margin: 0 auto;
width: 850px; }

#container {
	
	background-image: url(images/web-bg.JPG);
	background-repeat:repeat-y;
} 
#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
#body a:link{
	text-decoration: none;
}
#body a:visited{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;}
#body a:hover{text-decoration: underline;}

