@charset "utf-8";
@import url("2c-hd-ft-fixed-presentation.css");
/* CSS Document */

div#picindex {
	position:fixed;
	height:250px;
	width: 166px;
	bottom: 0px;
	right:0px;
	z-index:-1;
	background-color: ffffcc;
	background-image: url(../images/pic-index.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
}

<style type="text/css">
	body{
		margin: 64px;
		font-family: "lucida grande", verdana, lucida, sans-serif;
		font-size: 8pt;
	}
	
	table{
	border: 1px solid #B7F8FC;
	}
	tr td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	background-color: #8DB9DC;
	color: #000;
	}
	thead td{
	color: #B7F8FC;
	background-color: #C8C028;
	border-bottom: 1px solid #999;
	}
	tbody td{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #627abb;
	}
	tbody tr.even td{
	background-color: #8cb9db;
	}
	tbody tr.selected td{
	color: #000;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
	background-color: #FFC;
	}
	tbody tr.ruled td{
	color: #000;
	background-color: #8cb9db;
	font-weight: normal;
	border-top-color: #8cb9db;
	border-right-color: #8cb9db;
	border-bottom-color: #8cb9db;
	border-left-color: #8cb9db;
	}
	
	/* Opera fix */
	head:first-child+body tr.ruled td{
	background-color: #627abb;
	}
	</style>
	
	div#wrapper {
	width:980px;
	height: 680px;

}
div#container, div.post-container {
	float: right;
	width: 100%;
	z-index:100;
	position:relative;

}
.wrapper {
	min-height: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -40em;
	margin-left: auto;
}

.footer, .push {
	height: 40em;
}
div#footerhold {
	position:fixed;
	width: 100%;
	bottom: 0px;
}
