@charset "utf-8";
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body{
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	background:#72cfe8 url(../images/bg_ppl.gif);
}

#container{
	display:block;
	width:996px;
	margin:0 auto;
}

.flashContainer{
	display:block;
	width:996px;
	height:576px;
	margin:0 auto;
	background:url(../images/fl_placeHolder.png) no-repeat 0 0;
}

.flashMovie{
	display:block;
	width:960px;
	height:539px;
	margin:0 auto;
	position:relative;
	top:19px;
}

.leftCornerTrees{
	display:block;
	width:87px;
	height:80px;
	background:url(../images/trees.png) no-repeat 0 0;
	position:relative;
	margin-top:-98px;
	z-index:10;
}

#footer{
	display:block;
	position:relative;
	z-index:99;
}
.leftFoot, .rightFoot{
	display:block;
	float:left;
	width:324px;
	height:105px;
	background:url(../images/leftFoot.png) no-repeat bottom left;
	position:fixed;
	bottom:0;
}
.rightFoot{
	float:right;
	width:246px;
	height:63px;
	background:url(../images/rightFoot.png) no-repeat bottom right;
	right:0;
}