/* @Layout */

.page_title {
	background-image:url(../images/sightings_title.png);
	background-repeat:no-repeat;
	width:451px;
	height:128px;
	text-indent:-9999px;
	margin-left:20px;
	margin-top:230px;
	position: absolute;
	z-index: 4;
}

.sightings_container {
	width:721px;
	height:inherit;
	background-color:#000;
	padding:2px;
	margin-bottom:8px;
	margin-top:300px;
	margin-left:42px;
	position: relative;
	z-index: 10;
}
.sighting_preview {
	height:80px;
	width:97px;
	float:left;
	background-color:#000;
	margin:3px 3px 3px 3px;
	position: relative;
	z-index: 11;
}
#poster_info {
	width:323px;
	height:48px;
	position:absolute;
	margin-top:240px;
	margin-left:434px;
	font: 11px "Century Gothic", Futura, Verdana, sans-serif;
	font-weight:bold;
	line-height:13px;
	color:#FFF;
	background-image:url(../images/trans_black.png);
	padding:0px 5px 5px 5px;
	z-index:7;
}

/* @Style */
