@charset "utf-8";
/* wangqingsong.com CSS Document by jianing*/

body {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width:100%;
	height:100%;*/
	background-color:#660000;
	color:#E26F36;
	font-family: "微软雅黑", "幼圆", ZhunYuan, Verdana, Tahoma;
	background-image:url(../images/index/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center bottom;
}

a {
	text-decoration: none;
	color: #E26F36; /*深色*/
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #DCD6A5; /*浅色*/
	cursor:pointer;
}


.img {border: 0;}

p { font-size:12px;
	color: #DCD6A5; /*浅色*/
}

/* ################################################################ */
/*main*/
#index {
	/*height:600px;*/
	}

.daoshu {
	font-size:12px;
	color:#F33;
	}

#indexlogo {
	margin-left:auto;
	margin-right:auto;
	bottom:0px; 
	/*这个220的margin加上312的高度，等于532，后面页面以这个为参考，比如，高500时，margi
	n就是32*/
	margin-top:150px;
	height: 190px;
	width: 250px;
	/*background-image: url(../images/index/indexlogo.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#enter {
	text-align:center;
	}

#enter p {
	display:inline;
	color: #E26F36;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	margin-top:15px;
}

#indexlogo p {
	color: #DCD6A5; /*浅色*/
	float:right;
}

/*class 类*/
/* ################################################################ */



/*链接等配件小项设置*/
/* ################################################################ */

#footer {
	width: 100%;
	font-size:11px;
	color: #E26F36; /*不是很浅的类似于橙色*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	visibility: visible;
	clip: rect(auto,auto,10px,auto);
	height: 20px;
	/*margin-top: 150px;*/
	margin-top: 150px;
}