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

#container {
	height:100%; 
	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{}
#body a:visited{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;}
#body a:hover{text-decoration: underline;}
.style1 {color: #CC0099}

