@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFEB86;
	background-image:url(/images/splash/bodyBkg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

#wrapper {
	width:1152px;
	margin:auto;
}
#frameTop {
	display:block;
	background-image:url(/images/splash/frameTop.jpg);
	height:132px;
}
#frameLeft {
	display:block;
	background-image:url(/images/splash/frameLeft.jpg);
	width:144px;
	height:591px;
	float:left;
}
#frameRight {
	display:block;
	background-image:url(/images/splash/frameRight.jpg);
	width:144px;
	height:591px;
	float:right;
}
#frameBottom {
	clear:both;
	display:block;
	background-image:url(/images/splash/frameBottom.jpg);
	height:104px;
	text-align:right;
	font-size:10px;
	padding-top:37px;
	padding-right:160px;
}

a.enter {
	display:block;
	background-image:url(/images/splash/enter.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:217px;
	height:49px;
	margin-left:100px;
}
a:hover.enter {
	background-position:0px -49px;
}
a.enter span{
	display:none;
}

#contentArea {
	height:591px;
	width:864px;
	float:left;
	background-color:#FFFFFF;
}
div.splash {
	position:relative;
}
div.chickenSplash {
	position:absolute;
	z-index:10;
	width:504px;
	height:772px;
	left:-105px;
	top:-99px;
	background-image:url(/images/splash/chicken.jpg);
	background-repeat:no-repeat;
}
.splash p {
	font-family:'Times New Roman', Times, serif;
	text-align:center;
	font-size:14px;
}
h1.splash {
	background-image:url(/images/splash/thatsWhyWeDontEatAnimals.gif);
	background-repeat:no-repeat;
	height:206px;
	margin:45px 0px 32px 0px;
	padding:0px;
}
h1.splash span { display:none; }

.red {
	color:#cc0000;
}
.redBold {
	color:#cc0000;
	font-weight:bold;
}

