body {
	background-color: #cccccc;
	font-family: 'Times New Roman';
}

#scroll_up {
	position:absolute;
	background-image:url(../images/layout/arrow_up.png);
	cursor:pointer;
	width:30px;
	height:10px;
	margin-left:435px;
}

#scroll_down {
	position:absolute;
	background-image:url(../images/layout/arrow_down.png);
	cursor:pointer;
	width:30px;
	height:10px;
	margin-left:435px;
	margin-top:610px;
}

#scroll_left {
	position:absolute;
	background-image:url(../images/layout/arrow_left.png);
	cursor:pointer;
	width:10px;
	height:30px;
	margin-left:0px;
	margin-top:295px;
}

#scroll_right {
	position:absolute;
	background-image:url(../images/layout/arrow_right.png);
	cursor:pointer;
	width:10px;
	height:30px;
	margin-left:910px;
	margin-top:295px;
}

#scroll_left_up {
	position:absolute;
	background-image:url(../images/layout/arrow_leftup.png);
	cursor:pointer;
	width:30px;
	height:30px;
	margin-left:0px;
}

#scroll_right_up {
	position:absolute;
	background-image:url(../images/layout/arrow_rightup.png);
	cursor:pointer;
	width:30px;
	height:30px;
	margin-left:890px;
}

#scroll_right_down {
	position:absolute;
	background-image:url(../images/layout/arrow_rightdown.png);
	cursor:pointer;
	width:30px;
	height:30px;
	margin-left:890px;
	margin-top:590px;
}

#scroll_left_down {
	position:absolute;
	background-image:url(../images/layout/arrow_leftdown.png);
	cursor:pointer;
	width:30px;
	height:30px;
	margin-top:590px;
}
#info_bg {
	position:absolute;
	left:10px;
	top:460px;
	height:150px;
	width:250px;
	background-image:URL(../images/layout/info.png);
	z-index:999;
}
#info_content {
	margin-left:14px;
	margin-top:50px;
	width:220px;
	height:90px;
    font-family: Verdana;
    font-size:12px;
    color:#dddddd;
    font-weight:bold;
}
#fieldInfoRight_bg {
	position:absolute;
	left:655px;
	top:10px;
	height:450px;
	width:250px;
	background-image:URL(../images/layout/fieldInfoRight.png);
	z-index:999;
	display:none;
}
#fieldInfoRight_close {
	position:absolute;
	background-image:URL(../images/layout/close.png);
	margin-top:13px;
	margin-left:224px;
	width:20px;
	height:20px;
	cursor:pointer;
}
#fieldInfoLeft_bg {
	position:absolute;
	left:15px;
	top:10px;
	height:450px;
	width:250px;
	background-image:URL(../images/layout/fieldInfoLeft.png);
	z-index:999;
	display:none;
}
#fieldInfoLeft_close {
	position:absolute;
	background-image:URL(../images/layout/close.png);
	margin-top:13px;
	margin-left:5px;
	width:20px;
	height:20px;
	cursor:pointer;
}