#flashcontent {
	height: 480px;
	width: 640px;
}
body {
	margin: 0 auto;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	background-color: #FFFFFF;
}
.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14pt;
	word-spacing: 1px;
}
a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #3366CC;
}
a:active {
	color: #3399CC;
}

