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

* {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#13671D;
}
#sun {
	position:absolute;
	top:25px;
	left:50%;
	margin:0 0 0 -500px;
	width:220px;
	height:220px;
	background-image:url(../images/sun.png);
	background-position:top;
	background-repeat:no-repeat;
	z-index:99;
}
#container {
	padding:184px 0;
	margin:0 auto;
	height:310px; /*needs to equal BG image height ---- 768px */
	text-align:center;
	background-image:url(../images/picture_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#flash {
	z-index:-99;
}