/* CSS Document */

body {
	background-color: #3c2826;
	background-image: url(home/top-repeat_hm.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#randomdiv {
background-image: url(home/bckgrndblue.gif);
background-repeat:repeat-x;
}
.credits {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A09377;
	}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #999999;
}