@charset "UTF-8";
/* CSS Document */
a:link {
	color:#F60;
}      /* unvisited link */
a:visited {
	color:#F60;
}  /* visited link */
a:hover {
	color:#FFB889;
}  /* mouse over link */
a:active {
	color:#000000;
}  /* selected link */
.centered-box {
	width: 352px;
	height: 249px;
	background-color: white;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -176px;
	position: fixed;
}
* html .centered-box {
	position:absolute;
}
.offset-left {
	width: 200px;
	height: 20px;
	background-color: none;
	left: 50%;
	top: 50%;
	margin-top: 105px;
	margin-left: -196px;
	position: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.offset-right {
	width: 200px;
	height: 20px;
	background-color: none;
	left: 50%;
	top: 50%;
	margin-top: 105px;
	margin-left: 126px;
	position: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.support-box {
	width: 68px;
	height: 88px;
	background-color: white;
	right: 2%;
	top: 97%;
	margin-top: -90px;
	margin-right: 6px;
	position: fixed;
}

