@CHARSET "UTF-8";
#page {
	margin-top:16px;
	}	
#content {
	width:1000px;
	height:100%;
	margin:0px auto;
	background-image: url('/wp-content/themes/assassians/images/wall_blackfade.jpg');
	background-repeat: no-repeat;
	}
#footer {
	width:1000px;
	position:absolute;
	height:200px;
	bottom:0px;
	/*background-image: url('/wp-content/themes/assassians/images/floor.jpg');
	background-repeat: no-repeat;*/
}	
#blogroll{
	position:relative;
	top:200px;
	margin-left:30px;
}
.pagepost{
	position:relative;
	/*border:1px dashed #333;*/
	padding:10px;
	margin-right:200px;
	margin-bottom:40px;
}
.postContent{
	z-index:3;
	position:relative;	
}
.postUnderlay{
	width:100%;
	height:100%;
	position:absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0; /* will cover the entire parent */
	left:0px;
	right:0px;
	background: #000;
	opacity: 0.25;
	-moz-opacity: 0.25; /* older Gecko-based browsers */
	filter:alpha(opacity=25); /* For IE6&7 */
	z-index:1;
}
