
* {
margin: auto 0; 
padding: 0; 

}

body {
text-align: center;

}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #efefef;
	padding: 5px;
	left: -300px;


	top: 30px
	border: 3px solid black;
	visibility: hidden;
	color: #66CC33;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -300px;
	left: -300px; /*position where enlarged image should offset horizontally */

}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
.Right {
	background-image: url(images/NewTank_Final_23.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.addressz {
	background-image: url(images/NewTank_Final_20.jpg);
	background-repeat: no-repeat;
	background-position: centre middle;
}


.BG {
	background-image: url(images/NewTank_Final_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menubg {
	background-image: url(images/NewTank_Final_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.picture {
	background-image: url(images/NewTank_Final_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.PageBackground {
	background-image: url(images/Untitled-1.png);
	background-repeat: repeat-y;
	background-position: center top;
}
