@charset "utf-8";
/* CSS Document */
body {
	background: #7ec13b;
	margin: 0;
	padding: 0;
	color: #CFC;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	height: 100%;
}
a {
	color: #CFC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.wrap{
	background: transparent url(index.jpg) no-repeat scroll 50% 100%;
	margin: 0 auto;
	width: 780px;
	height: 100%;
	position: relative;
}
.title {
	top: 20%;
	left: 70px;
	position: absolute;
}
.navbar {
	position: absolute;
	right: 50px;
	bottom: 75px;
	text-align: right;
	line-height: 2em;
}
.navbar .link {
	font-size: 24px;
	font-family: "微软雅黑", "黑体", "Arial Black";
	color: #FFF;
}
.copyright {
	text-align: right;
	position: absolute;
	right: 50px;
	bottom: 10px;
}