@charset "UTF-8";

/*===============*/

body {
	background-attachment:fixed;
}
div#bod {
	text-align: left;
	margin: 0px 100px 0px 100px;
	word-wrap: break-word;
	/*background-image:url(img/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
}
div#content {
	/*min-width: 28em;*/
}

tr {
	/*background-attachment:fixed;
	background-image:url(img/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}

tr:hover {
	/*background-attachment:fixed;
	background-image:url(img/_bg.jpg); //removes the bg image so the color can show
	background-position:top;
	background-repeat:no-repeat;*/
}