@charset "UTF-8";
@import url("./_common/basic.css");


/***** HTML Basic elemtns *****/



/***** Classified elements *****/

div.documentPiece {
	padding: 1em;
	background:  #ffffff none;
	moz-opacity: 0.7;
	opacity:     0.7;
	filter:      alpha(style=0, opacity=70);
}

div.documentPiece h2 {
	border:        none;
	padding:       0px;
	border-bottom: #000000 1px solid;
	margin-bottom: 1em;
	font-size:     small;
}


/***** Identified elements *****/

div#documentMainPane {
	background-image:      url('./image/bg.jpg');
	background-repeat:     none;
	background-attachment: fixed;
	padding-bottom:        0px;
}

div#documentFooter {
	/*clear:          none;*/
	font-size:      smaller;
	text-align:     right;
	/*width:          500px;*/
	padding-bottom: 10px;
	padding:        1em;
}