/* CSS Document */

=================
LINKS
=================

a:link {
	color:#68BB60;
	text-decoration:none;
}
a:visted {
	color:#68BB60;
	text-decoration:none;
}

h1{
	font-size:24px;
}

body{
	background-color:#798465;
	background-image:url(../images/BG_ZebraTile.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	margin: 0;
	color:#faedcd;
	font:14px Arial, Helvetica, sans-serif;
}
#mainContainer{
	width:570px;
	margin:0 auto 0 auto;
}

#mainFlash {
	width:570px;
	margin:0px;
	padding:0px;
	position:relative;
}
#gorillaFloat {
	float:left;
	position:absolute;
	width:295px;
	margin-left:-150px;
}
#contactBtn{
	float:right;
	position:absolute;
}

#partyBtn{
	float:right;
	margin-left:420px;
	position:absolute;
}
#footer {
	width:570px;
	height:500px;
	text-align:right;
	margin-top:-40px;
	background-image:url(../images/list_BG.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#footer p {
	/*margin-top:60px;*/
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
	color:#faedcd;
}
#formBox{
	color:#000000;
	width:692px;
	height:572px;
	background-image:url(../images/contactBG.jpg);
}

#birthdayBox{
	color:#000000;
	width:692px;
	height:600px;
	background-image:url(../images/birthdayBG.jpg);
}
