		* {
        	margin: 0;
        	padding: 0;
        }
html{height: 100%;}
        body{
	width: 100%;
			height: 100%;
	background-image: url(img/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
        }
        ul,li{
        	list-style: none;
        }
        #reset{
    	    display:none;
            background:#eee;
            width:500px;
            height:250px;
            position:absolute;
            left:30%;
            top:35%;
        }
        #reset #talk{
        	width: 100%;
        	height: 35px;
        	background: #ccc;
        	text-align: center;
        	line-height: 35px;
        	font-size: 18px;
        	color: #fff;
        	font-weight: 700;
        }
        #talk #close{
            position:absolute;
            right: 5px;
            top: 0;
            font-size:20px;
            width:20px;
            height:20px;
       		color: #999;
            cursor:pointer;
        }
        #reset .group{
        	margin: 5px 20px;       	
        }
        #reset .group label{
        	color: #666;
        	font-size: 14px;
        }
        #username {
			width: 200px;
			height: 25px;
			border: 1px solid #eee;
			outline: none;
		}
		#content {
			width: 460px;
			height: 110px;
			border: 1px solid #eee;
			outline: none;
			margin-top: 5px;
			resize: none;
		}
		#btn2 {
			margin-left: 200px;
			width: 50px;
			height: 25px;
			border: 0;
			border-radius: 5px;
			background: #ddd;
			font-size: 14px;
			color: #666;
			padding: 5px;
		}
		#btn3 {
			width: 50px;
			height: 25px;
			border: 0;
			border-radius: 5px;
			background: #ddd;
			font-size: 14px;
			color: #666;
			padding: 5px;

		}
		#box{
			margin: 0 auto;
			width: 1000px;
			height: auto;			
			background-repeat: no-repeat;
			background-position: top center;
			border-radius: 10px;
		}
		#box #btn{
			display: block;
			width: 150px;
			text-align: center;
			text-decoration: none;
			color: #4c4c4c;
			font-size: 20px;
			background: #fff;
			border-radius: 5px;
			padding: 5px;
			margin:10px ;
			cursor: pointer;
		}
		#uls{
			margin: 20px 10px 0;
			background: #fff;
			border-radius: 10px auto 0; 
		}
		#uls li {
			padding: 10px 5px;
			border-bottom: 1px dashed #eee;
		}
		#uls li .username {
			color:#2223218a;
			padding: 2px 5px;
		}
		#uls li p {
			padding: 10px 10px;
			color: #aaa;
			font-size:14px;
		}
		.delet{
			float: right;
			text-decoration: none;
			color: #ccc;
			margin-right: 20px;
			font-size: 20px;
		}
		.delet:hover{
			color: red;
		}