
body,td,th {
	color: #000;
}

img {
  border: 0px;
}

map *:focus{
outline:none;
}

#wrap
{
	width: 980px;
	border: 0px solid #000000;
	height: auto;
	background-color: #FFF;
	position: relative;
	text-align: center;
	*margin: 0px auto;
	_margin: 0px auto;
	z-index: 5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main
{
	width: 980px;
	height: 1000px;
	position: relative;
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;
	z-index: 10;
} 

#gamearea
{
    width: 506px;
	height: 473px;
    position: absolute;
	margin-left: 242px;
	margin-top: 288px;
	z-index:20;
}

#timeout
{
    width: 115px;
	height: 115px;
    position: absolute;
	font-size: 48pt;
	font-weight:bold;
	margin-left: 813px;
	margin-top: 441px;
	z-index:20;
}

#icon1
{
    width: 248px;
	height: 59px;
    position: absolute;
	margin-left: 85px;
	margin-top: 873px;
	z-index:20;
}

#icon2
{
    width: 248px;
	height: 59px;
    position: absolute;
	margin-left: 363px;
	margin-top: 873px;
	z-index:20;
}

#icon3
{
    width: 248px;
	height: 59px;
    position: absolute;
	margin-left: 640px;
	margin-top: 873px;
	z-index:20;
}

.divClear {  
    clear: both;
	/*background-color: #E5E9EB;*/
        }

#footer {
	position: relative;
	width: 980px;
	text-align: center;
	font-size: 12px;
	height: 39px;
}

body
{
	background-repeat: no-repeat;
	background-color: #d2d3d3;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12pt;
	line-height: 180%;
	color: #000;
}

.style3 {
	font-size: 12pt;
	color: #000;
	font-family: "微軟正黑體", Arial, sans-serif;
}

.qsf {
	font-size: 16pt;
	font-weight: bold;
	line-height: 180%;
	color: #000;
	font-family: "微軟正黑體", Arial, sans-serif;
}

.pics{
	border:2px solid #aaaaaa;
	border-radius: 20px;
	padding:10px;
	width: 150px;
	height:150px;
}

.fsSubmitButton
{
	padding: 5px 10px 6px !important;
	font-size: 21px !important;
	background-color: #d6000f;
	font-weight: bold;
	font-family: "微軟正黑體", Arial, sans-serif;
	text-shadow: 1px 1px #696969;
	color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #d6000f;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}