/* CSS Document */
body {
	background: url(../images/common/background.jpg);
	margin: 0 0 0 0;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 692px;
	height: 560px;
	margin-left: -346px;
	margin-top: -280px;

}

.top	{ background:url(../images/common/top.jpg); }
.right	{ background:url(../images/common/right.jpg); }
.bottom	{ background:url(../images/common/bottom.jpg); }
.left	{ background:url(../images/common/left.jpg); }

.text1 {
	color: #111111;
	font-size: 14px;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
}
.text2 {
	color: #111111;
	font-size: 10px;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
}
a.text2 {
	color: #0066FF;
	font-size: 10px;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
a.text2:hover {
	color: #0099FF;
	font-size: 10px;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
