@CHARSET "UTF-8";
/* 代码整理：懒人之家 lanrenzhijia.com */

#page {
	width: 100%;
	height:769px;
	margin: auto;
	position:relative;
}
#gamesHolder {
	width: 100%;
	height:769px;
	
}
/*#header {
	position: relative;
	height: 120px;
}*/
#header h1 {
	position: absolute;
	top: 2px;
	left: 2px;
	color: #333333;
	font-size: 70px;
}
#header .h1 {
	color: #f3f3f3;
	top: 0px;
	left: 0px;
}
#header h2 {
	position: absolute;
	top: 82px;
	left: 2px;
	color: #333333;
	font-size: 30px;
}
#header .h2 {
	top: 80px;
	left: 0px;
	color: #f3f3f3;
}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-weight: normal;
}
ul {
	padding: 0px;
	margin: 0;
}
.holder {
	background: url(../images/shadow00.png) no-repeat center bottom;
	padding: 17px 5px;
}
.text {
	background-color: #f3f3f3;
	padding: 30px;
	margin-top: 10px;
	line-height: 20px;
	overflow: hidden;
	zoom: 1;
}
.holder h2 {
	font-family: Georgia;
	margin: 0;
	padding: 0px 0px 15px 0px;
}
code {
	display: block;
	background-color: #fff;
	padding: 10px;
	overflow: auto;
}
pre {
	margin: 10px 0px;
	padding: 0;
}
.download {
	width: 207px;
	height: 77px;
	background: url(../images/download.png) no-repeat;
	float: right;
}
