html{	height:100%;	width:100%;	display:table;}body{	height:100%;	width:100%;	display:table-cell;	vertical-align:middle;	position:relative;}#container{}#content{	margin:0 auto;	width:474px;	height:67px;}#footer{	margin:30px auto;	width:500px;	text-align:center;	position:absolute;	bottom:0;	line-height:30px;	font-size:11px;	color:#444;}.transbox{	width:100%;	height:100%;}.transbox img {	margin:0 auto;	width:20%;	height:20%;	display: block;    -webkit-transition: all 0.2s linear;    -moz-transition: all 0.2s linear;    -o-transition: all 0.2s linear;    transition: all 0.2s linear;} .transbox img:hover {    -webkit-transform: scale(5);    -moz-transform: scale(5);    -o-transform: scale(5);    transform: scale(5);}