@CHARSET "UTF-8";
body {
  	font-family: Helvetica, Arial, sans-serif;
  	line-height: 1.4;
  	color: #4b4b4b;
  	background: #e4e4e4;
	margin-bottom: 20px;
	overflow: hidden;
}

.bg {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

a {
  color: #2d7bb2;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #4b4b4b;
}

#page-content, #page-content-wide {
  padding: 40px 60px;
  background: url(../images/ear-big.gif) 0 0 no-repeat #fff;
  position: relative;
  position:absolute; top:50%; left:50%; margin:-220px 0 0 -230px; width:400px; height:300px;
}

.logo {
  text-align: center;
  padding: 0;
  /*text-indent: -100000px;
  background: url("../images/logo-big.gif") 50% 0 no-repeat;*/
}

.copyright{
		position:absolute;
		bottom:15px;
		text-align:center;
		width:100%;
		font-family:"微软雅黑", "宋体", Tahoma;
		font-weight:bold;
		font-size:14px;
	}

.logo a {
	color: #fff;
}

