/*Final Project CSS Sheet */

body {
	font-family: "century gothic", "gill sans";
	font-size: 18px;
	color: #FFFFFF;
	background: #E6E100;
	overflow: hidden;
	}

/*main division green */
div#box1 {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -437px;
	background: #72B720;
	height: 330px;
	width: 888px;
	}

/*image */
div#box2 {
	position: absolute;
	top: 25px;
	left: 25px;
	background: #ECECEC;
	height: 1px;
	width: 1px;
	}
	
/*text - Ron Coulter */
div#box3 {
	position: absolute;
	top: 110px;
	left: 469px;
	background: #72B720;
	height: 100px;
	width: 419px;	
	font-size: 68px;
	}
	
img {
	border-style: none;
	}

