<!--
* {
	margin: 0;
	padding: 0;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	margin: 0; 
	padding: 0;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;
}
input, select, th, td {
	font-size: 1em;
}
#bg {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border: none;
}
#frame {
	height: 534px;
	width: 656px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -267px;
	margin-left: -328px;
	background-image: url(error.gif);
	border: none;
}
p {
	font-size: 1.9em;
}
img {
	border: none;
}
a img {
	border: none;
} 
.ttle {
	color: #ffffff;
	font-family: Avenir, "Century Gothic", Futura, "Twentieth Century", sans-serif;
	font-size: 2.7em;
	position: absolute;
	top: 189px;
	right: 438px;
	font-weight: 600;
}
.txt {
	width: 355px;
	height: 433px;
	color: #ffffff;
	font-family: Avenir, "Century Gothic", Futura, "Twentieth Century", sans-serif;
	font-size: 1.2em;
	position: absolute;
	top: 42px;
	left: 268px;
	text-align: left;
	font-weight: 100;
	line-height: 1.2em;
}
.clck {
	font-size: 1.2em;
	color: #c90002;
	font-family: Avenir, "Century Gothic", Futura, "Twentieth Century", sans-serif;
}
a:link {
	text-decoration: none;
	color: #c90002;
	font-family: Avenir, "Century Gothic", Futura, "Twentieth Century", sans-serif;
}
a:visited {
	text-decoration: none;
	color: #c90002;
}
a:hover {
	text-decoration: underline;
	color: #c90002;
}
a:active {
	text-decoration: none;
	color: #c90002;
}
-->