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

.farms {
	background: url("http://www.smagicmakers.com/ScorpiusFarms/image/SFARMS Webbg-02-01.png"); 
	background-repeat: no-repeat;
	background-size: auto;
	top: 0;
  	left: 0;
  	width: 1900px; 
	height: 1440px;
}

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

.farmsbd h1 {
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	font-style: normal;
	font-size: 24px;
	color:indigo;
	font-weight: bolder;
	text-align: center;	
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

.farmsbd h2 {
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	font-style:normal;
	font-size: 30px;
	color: black;
	font-weight: bolder;
	text-align: center;
	text-decoration: underline;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

.farmsbd h3 {
	font-family: Verdana, Helvetica, Didact Gothic, Century Gothic, sans-serif, Arial;
	font-style:normal;
	font-size: 24px;
	background-color: black;
	color: gold;
	font-weight: bolder;
	text-align: center;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}


.sfarmshd {
	background-color: #000;
	background-size: auto;
	top: 0;
  	left: 0;
  	width: 1900px; 
	height: 275px;
}

.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;
	
}