html{

}

body{
	background: url(images/bg.jpg);
	background-size: 100% 100%;
}

.main{
	width: 100%; 
	padding: 50px 0px 50px 0px;
	
}

.main table{
	margin: 0 auto;
}

.main hr{
	border-top: 1px solid rgba(255, 0, 0, .5);
}

@font-face {
  font-family: myFont;
  src: url(../font/Trisect_Bold.ttf);
}


.main table p.text{
	color: red;
	font-family: myFont;
	font-size: 40px;
	letter-spacing: .6px;
	line-height: 20px;
	text-align: center;
}

.main table p.address{
	color: #000;
	font-family: Tahoma;
	font-size: 16px;
	line-height: 22px;
}

.main table p span{
	font-size: 15px;
	color: #000;
	font-family: Tahoma;
	line-height: 3px;
}

.main table p a{
	color: #ccffff;
}

p.footer{
	color: #fff;
	font-family: Tahoma;

}

p.footer a{
	color: #ccffff;
	font-family: tahoma;
}

table{
	width: 990px;
}




@media only screen and (max-width: 425px) {
  table{
  	width: 425px;
  }

  iframe{
  	width: 98%;
  }

}