body {
	background: url("http://www.smagicmakers.com/images/background.jpg");
	background-repeat: repeat;
    background-size: 100%;
	top: 0;
  	left: 0;
  	width: 100%;
	height: 100%;
}

.gaf {
	background: url("http://www.smagicmakers.com/images/background.jpg");
	background-repeat: repeat;
    background-color: #000;
	background-size: auto;
	top: 0;
  	left: 0;
  	width: 1900px; 
	height: 450px;
}


.gaf2 body,td,th, p {
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	font-style: normal;
	font-size: 24px;
	color: #ffe600;
	font-weight: normal;
	text-align: left;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	
}

 h6 {
	font-size: 60px;
	text-align: center;
	font-weight: 900;
	border: 0px;
	margin: 0px;
}

.poster {
  	position: fixed;
  	top: 90%;
  	left: 0;	
  	-webkit-transform: translateY(-90%);
  	-ms-transform: translateY(-90%);
  	transform: translateY(-90%);
	z-index: +1;
}

.poster a {
  	display: block;  
  	padding: 0px;
  	color:  #ffff00;
  	font-size: 20px;
  	text-decoration: underline;
	text-align: center;
	
}