body{
	margin:0 auto; padding:0;
	/*background:#fff url(../img/Background.png) no-repeat center center fixed;*/
	background:#fff no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:Verdana, Geneva, sans-serif;
}
.txtFNT1{
	font-family:"Courier New", Courier, monospace;
	text-shadow: 2px 4px 8px #333333, 2px 2px 8px #111111;
	font-size:12px;
	font-stretch:expanded;
}
.txtFNT2{
	font-family:Verdana, Geneva, sans-serif;
	text-shadow: 2px 4px 8px #333333, 2px 2px 8px #111111;
	font-size:20px;
}
.pgFoot{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	color:#FFF;
	text-shadow: 2px 2px 4px #000;
	background-color:rgba(0,0,0,0.40);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: right;
	height:43px;
}
.pgFoot p{
	/*top: 40%;*/
	position: relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11.5px;
	padding-right:20px;
}
.mn{
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	text-align:right;
	padding-right:50px;
	text-shadow: 2px 2px 4px #444;
}
#menu1 {
  width: 150px;
  height: 100px;
  border-radius: 5px;
  margin: 0 auto 0 40%;
  float: left;
  position: relative;
  color:#FFF;
  text-shadow: 2px 2px 4px #000;
  background-color:rgba(0,0,0,0.40);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index:100;
}
#menu1 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11.5px;
	float: left;
	position: relative;
	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
}
#menu2 {
  width: 150px;
  height: 100px;
  border-radius: 5px;
  margin: 0 auto 0 39%;
  float: left;
  position: absolute;
  color:#FFF;
  text-shadow: 2px 2px 4px #000;
  background-color:rgba(0,0,0,0.40);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index:-1;
}
#menu2 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11.5px;
	float: left;
	position: relative;
	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
}
#menu3 {
  width: 150px;
  height: 100px;
  border-radius: 5px;
  margin: 0 auto 0 39%;
  float: left;
  position: absolute;
  color:#FFF;
  text-shadow: 2px 2px 4px #000;
  background-color:rgba(0,0,0,0.40);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*z-index:-1;*/
}
#menu3 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11.5px;
	float: left;
	position: relative;
	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
}