/*  -------------------------------------------------------
 Yeah Dogg Online BLUE CSS file
----------------------------------------------------------*/
a:link
{
	text-decoration: underline;
	color: #000099;
}
a:visited
{
	text-decoration: underline;
	color: #000055;
}
a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background: #000055;
}
a:active
{
	text-transform: none;
	color: #000000;
}
body
{
/*	background-color: #FFFFFF; */
/*	background: url(/backgrounds/background-sept11.jpg); */
	background: url(/backgrounds/bg_wood.jpg);
/*	background: url(/images/background-graystripe-flourish2.gif); */
/*	background: url(/images/tri-cycloids-steel3.gif); */
	background-repeat: repeat-all;
/*	background-repeat: repeat-x; */
/*	background-repeat: repeat-y; */
	background-position: top center; 
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-size: 12px;
	z-index:0;
}
table.background
{
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;
	cursor: url(/doggpaw.cur),auto;
}
