/* CSS Document */
body {
	background-image:url(bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}
img {
	border:0;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#000066;
}
a:hover {
	text-decoration:underline;
	color:#851716;
}