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

body {
	background-color: #a80700;
	background-image:url(images/bg.jpg);
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	letter-spacing:1px;
	color: #e4c060;
 }
 
html { min-height: 100%; margin-bottom: 1px; text-align:center;}
a:link   { color:#f4d8a4; text-decoration: none  }
a:visited   { color:#ffe075; text-decoration: none }
a:hover   { color:#d7ceae; text-decoration: underline }
.hidden { visibility: hidden; }
.unhidden { visibility: visible; }

#sightings_container {
	width: 600px;
	height: 60px;
	z-index:20;
	position:relative;
	top:-100px;
}

#flash_box {
	z-index:10;
	position:relative;
}

#marqueecontainer{
	text-align:left;
	position: relative;
	width: 590px; /*marquee width */
	height: 50px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

#marqueecontainer p {
	margin:0px;
	padding:0px;
	line-height:14px;
}

#smallprint {
	position:relative;
	z-index:20;
	margin-top:16px;
	font-size:10px;
	width: 790px;
	}

#upper_left {
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	background-image: url(images/upper_left.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#lower_left {
	width:100%;
	height:100%;
	z-index:2;
	position:absolute;
	bottom:0;
	left:0;
	background-image: url(images/lower_left.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#upper_right {
	width:100%;
	height:100%;
	z-index:3;
	position:absolute;
	top:0;
	right:0;
	background-image: url(images/upper_right.png);
	background-position:right top;
	background-repeat:no-repeat;
}

#lower_right {
	width:100%;
	height:100%;
	z-index:4;
	position:absolute;
	bottom:0;
	right:0;
	background-image: url(images/lower_right.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
