@charset "utf-8";
/* Normalizes margin, padding */
body, div, ul, li, h1, h2, h3, h4, h5, h6, input, p
{ margin: 0; padding: 0;}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%;}
 
/* Removes list-style from lists */
ol,ul
{ list-style: none;}

/* Removes border from fieldset and img */
fieldset,img
{ border: 0;}

/* Layout */
body {
	width: 80%;
}

#welcome {
	position: relative;
	top: 0;
	left: 30%;
	width: 20%;
	}
	
#enter {
	position: relative;
	top: 10%;
	left: 10%;
	}

#to {
	position: relative;
	top: 10%;
	left: 38%;
	width: 5%;
	}
	
#farm {
	position: relative;
	top: 20%;
	left: 28%;
	width: 20%;
	}
	
#push {
	position: relative;
	top: 30%;
	left: 32%;
	width: 20%;
	}
	
#jem {
	position: relative;
	top: 40%;
	left: 40%;
	width: 20%;
	}
/* Colour */
html {background: url(../img/greenback.jpg) repeat;}

#enter a {   
    display: block;   
    background: url(../img/FARM.gif); 
    width: 735px;   
    height: 422px;
    }

#enter a:hover {   
    background:  url(../img/FARMe_over.gif) no-repeat bottom;   
    }
#jem a {   
    display: block;   
    background: url(../img/designed.png); 
    width: 100px;   
    height: 66px;
    }
/* Text */

