body {
	overflow: hidden;
	visibility: visible;
	z-index: 0;
	background-color: #B84B4F;
}
.cherryPic {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	right: 0px;
	bottom: 0px;
}
.topLogo {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF66;
	text-decoration: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 3;
	width: 100%;
	left: 120px;
	top: 174px;
	height: 100%;
}
.column1 {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 80%;
	width: 30%;
	left: 0px;
	top: 20%;
}
.column2 {

	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 80%;
	width: 30%;
	left: 30%;
	top: 20%;
}
.column3 {

	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 80%;
	width: 30%;
	left: 60%;
	top: 20%;
}
.footer {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: auto;
	width: 40%;
	left: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	color: #FFCC99;
	bottom: 2px;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: lighter;
	color: #FF9900;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 3;
	right: 2px;
	bottom: 2px;
	height: auto;
	width: 40%;
	text-align: right;
}
#layerCredit a:link {
	font-weight: lighter;
	color: #ff9900;
}
#layerCredit a:visited {
	color: #ff9900;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #ff9900;
}

