@charset "UTF-8";
#body {
	margin: 0px;
	height: 100%;
	width: 100%;
}
#gc {
	height: 100%;
	width: 100%;
	position: absolute;
}
#flash {
	margin: auto;
	height: 100%;
	width: 850px;
	position: relative;
}
#noFlash {
	margin: auto;
	height: 100%;
	width: 850px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717475;
}
a:link {
	color: #717475;
}
a:visited {
	color: #E6393C;
}
a:hover {
	color: #E6393C;
}
a:active {
	color: #717475;
}