@charset "UTF-8";
body {
	background-color: #F0F0F0;
	background-repeat: repeat;
	background-image: url(../img/bbg_.jpg);
}
#main {
	position: absolute;
	height: 500px;
	width: 700px;
	top: 50%;
	left: 50%;
	margin: -250px -350px;
	border: thick double #FFFFFF;
}
#copyrhight      {
	position: absolute;
	height: 100px;
	width: 700px;
	top: 50%;
	left: 50%;
	margin: 280px -350px;
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	z-index: 5;
}
#copyrhight a:link     {
	color: #000000;
	text-decoration: none
}
#copyrhight a:visited      {
	color: #000000;
	text-decoration: none
}
#copyrhight a:hover      {
	color: #ffffff;
	text-decoration: none
}

