body {
	background-color: #fff;
	/**background-image: url('../images/background.gif');**/
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #333;
	font-face: Arial, "sans-serif";
	font-size: 12px;
}

#flashcontent {
	width: 962px;
	height: 608px;
	background-color: #ffffff;
	margin: 0 auto;
}

#copyright {
	font-family: Arial, "sans-serif";
	font-size: 9px;
	color: #9a9a9a;
}

a img {
	border: none;
}

div#testimonials {
		font-family: Arial, "sans-serif";
		display: none;
		margin: 30px auto;
		text-align: center;
	}
		div#testimonials h3 {
			font-size: 1.6em;
			font-weight: bold;
			margin: 0;
			color: #5e8692;
		}
		div#testimonials div.ticker {
			height: 35px;
			overflow: hidden;
			position: relative;
		}
			div#testimonials div.ticker ul.nodes {
				font-size: 2.4em;
				list-style: none;
			}
				div#testimonials div.ticker ul.nodes li {
					height: 35px;
					line-height: 1.2em;
					margin: 0;
					white-space: nowrap;
				}
					div#testimonials div.ticker ul.nodes li a {
						color: #00aff5;
						text-decoration: none;
					}
					div#testimonials div.ticker ul.nodes li a:hover {
						cursor: pointer;
						text-decoration: underline;
					}
			div#testimonials div.ticker ul.nav {
				left: -999999px;
				position: absolute;
				top: -999999px;
			}
