body{
	margin: 0;
	padding: 0;

}
#container{
	background-image: url(allu.png);
	height: 100vh;
	width: 100%; 
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;

}

.centre{

text-align: center;
min-width: 700px;
}
/*#container table{
	margin: auto;
}
*/


td img{
	margin-top: 80px;
}

img{
	width: 245px ;
	height: 350px ;
}

table img:hover{
	transition:1.8s;
	transform: scale(1.2);
}

table img:hover{
	-webkit-transform: scale(1.2);
}


.Margin {
	margin-left: 20px;
}

footer{
	bottom: 50px;
	left: 0;
	right: 0;
	position:absolute;
	height: 40px;
    width: 100%;
    line-height: 40px;
}

footer a{
	
	  display: inline-block;
	  bottom: 10px;
	  font-family: Courier;
	  background-color: white;
	  color: black ;
	  font-size: 13.4px;
	  text-decoration: none;
	  word-spacing: 6px;
	  font-weight: bold;
	  text-shadow: 3px 2px 4px #999;
	  margin-right: 1.5em;
}

footer a:hover{

	color: #0000FF;
	font-weight: italic;
}

