body {
	background: #3e943e;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Bitstream Vera Sans", "Lucida Grande", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#content {
	width: 600px;
	margin: 0 auto;
}

#copy {
	font-weight: normal;
	padding: 2em 0em 0em 0em;
}

#title {
	height: 115px;
	font-size: 4em;
	color: #ffffff;
}

#pigs {
	background-image: url('pigs.png');
	background-repeat: no-repeat;
	height: 320px;
}

#quote {
	font-size: 1.1em;
	padding: 8px;
	text-align: left;
	color: #0f1a33;
}

#main {
	height: 420px;
	padding: 1em 0em 0em 0em;
	text-align: center;
}

#bottom {
	background-image: url('bottom.png');
	background-repeat: no-repeat;
	height: 64px;
}

#video {
	background-color: #000000;
	height: 360px;
	text-align: center;
}

#pogo {
	float: left;
	width: 40%;
	text-align: right;
	padding: 0% 0% 0% 0%;
}

#buy {
	float: left;
	width: 60%;
}

#points {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	padding: 0 0 0 10%;
}

#pointA {
	background-image: url('point1.png');
	background-repeat: no-repeat;
	height: 48px;
	padding: 0.8em 0px 0px 80px;
}

#pointB {
	background-image: url('point3.png');
	background-repeat: no-repeat;
	height: 48px;
	padding: 0.8em 0px 0px 80px;
}

#pointC {
	background-image: url('point2.png');
	background-repeat: no-repeat;
	height: 48px;
	padding: 0.8em 0px 0px 80px;
}

#pointD {
	background-image: url('point4.png');
	background-repeat: no-repeat;
	height: 48px;
	padding: 0.8em 0px 0px 80px;
}

#newsletter {
	font-size: 2em;
	color: #134c22;
}

#warning {
	background-color: #52c54f;
	font-size: 1.2em;
	color: #5a0b0b;
	border: 2px #000000 double;
}

input {
	background-color: #f2eb82;
	color: #000000;
	font-size: 1.2em;
	border: 2px #000000 solid;
	padding: 4px;
	line-height: 200%;
}

a:link {
	font-size: 1.3em;
	color: #f2eb82;
 	border: 0;
 	text-decoration: none;
}

a:visited {
	font-size: 1.3em;
	color: #f2eb82;
 	border: 0;
 	text-decoration: none;
}

a:hover {
	font-size: 1.3em;
	color: #ffffff;
 	border: 0;
 	text-decoration: none;
}
