body {background-color: #3aca66;}
#page-wrap { width: 850px; position: relative; }

a{color: #474747;text-decoration: none;float:left;text-align:center;  margin: 2% 3%;margin-top:1%;margin-bottom:1%;}

p{text-align:center;font-size:16px;
        }
#footer>p
{
	text-align:center;
	font-size:14px;	
	font-family:Arial;
}

table{
	width:100%;text-decoration: none;float:left;text-align:center;  margin: 2% 3%;margin-top:1%;margin-bottom:1%;	
}
#tableimg>a>img{
		width: 150px;
        height: 150px;
        margin: 1% 1%;		
}
#tableimg>a>img:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);	
}
#main-content { 
		width: 850px; height: 100%; margin: auto; position: relative;}		
		
#main-content>a> img{
        width: 120px;
        height: 120px;
        margin: 1% 1%;		
     }
#main-content>a> img:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#submain-content { 
		float: left; width: 100%; height: 60px; bottom:40px;position: fixed;}
#submain-content>a{
       
        margin: 6px 16px;
		
     }
#submain-content>a> img{
         width: 60px;
        height: 60px;
		
     }
#submain-content>a> img:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
button{width:182px;height:60px; margin:2px 0px; transition: all 0.5s; cursor: pointer;display: inline-block;}
button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
