@charset "utf-8";
body{
background-image:url(image/BACKGROUND.gif);
	
	
}
#site{
  width:700px;	
  margin:auto;

	}
#page{
	width: 100%;

	background-color: rgba(255,255,266,0.9);
	box-shadow: 0 0 10px #000000;

}

.headPanl {
    
     border:1px solid #5ca6c4;
background: linear-gradient(to bottom,#EFF5FF 0,
#E0ECFF 100%);
    background-repeat: repeat;
background-repeat: repeat-x;
border: 1px solid
#999999;
box-shadow: 0 0 3px
#999999;
height: 50px;
height: 60px;
position: relative;
   
    border-radius: 15px 15px 0 0;
  
    height: 60px;
    position: relative;
}
#panel{
	
}
#mainTabel th,td{
padding:3px;
margin-top:5px;	
	
	}
#mainTabel table{
padding-top:5px;	
	
	}
	
.head2{width:400px;
       text-align:center;
	   font-size:1.2em;
       font-weight:bold;
	   margin:0px auto;
}
.head3{width:400px;
       text-align:center;
       font-weight:bold;
	   margin:0px auto;
}		
.footerPanl {
  background: linear-gradient(to bottom,#EFF5FF 0,
#E0ECFF 100%);
    background-repeat: repeat;
background-repeat: repeat-x;
border: 1px solid
#999999;
box-shadow: 0 0 3px
#999999;
height: 50px;
height: 60px;
position: relative;
    border: 1px solid #999999;
    border-radius: 0 0 15px 15px;
    	box-shadow: 0 0 10px #000000;
    height: 60px;
    position: relative;
}
tr:nth-child(even) {
  background-color: #f2f2ff;
}
table{box-shadow: 0 0 3px #000000;}

html_ {
    height: 100%;
    /* max-height: 600px; */
    width: 1000px;
    background-color: hsla(200,40%,30%,.4);
    background-image:       
        url('https://78.media.tumblr.com/cae86e76225a25b17332dfc9cf8b1121/tumblr_p7n8kqHMuD1uy4lhuo1_540.png'), 
        url('https://78.media.tumblr.com/66445d34fe560351d474af69ef3f2fb0/tumblr_p7n908E1Jb1uy4lhuo1_1280.png'),
        url('https://78.media.tumblr.com/8cd0a12b7d9d5ba2c7d26f42c25de99f/tumblr_p7n8kqHMuD1uy4lhuo2_1280.png'),
        url('https://78.media.tumblr.com/5ecb41b654f4e8878f59445b948ede50/tumblr_p7n8on19cV1uy4lhuo1_1280.png'),
        url('https://78.media.tumblr.com/28bd9a2522fbf8981d680317ccbf4282/tumblr_p7n8kqHMuD1uy4lhuo3_1280.png');
    background-repeat: repeat-x;
    background-position: 
        0 20%,
        0 100%,
        0 50%,
        0 100%,
        0 0;
    background-size: 
        2500px,
        800px,
        500px 200px,
        1000px,
        400px 260px;
    animation: 50s para infinite linear;
    }

@keyframes para {
    100% {
        background-position: 
            -5000px 20%,
            -800px 95%,
            500px 50%,
            1000px 100%,
            400px 0;
        }
    }

