html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: 8pt Tahoma, Helvetica, sans-serif;
	color: #000000;
	background: #E7EFFF;
	background-image: url(../images/ecash_bg.gif);
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

a {
	color: #000000;
}

sup {
	font-size: 7pt;
}

.small {
	font-size: 7pt;
}

.math {
	font-size: 7pt;
	color: #990033;
}

div#container {
	position:relative;
	min-height:100%; /* real browsers */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	border-right: solid 10px #504A8E;
}

div#header {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	background-color: #504A8E;
	padding: 2px 10px 3px 0px;
}

div#content {
	padding: 15px;
}

	div#content .title {
		font-size: 10pt;
		font-weight: bold;
	}
	
	div#content p {
	}
	
div#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	background-color: #504A8E;
}

	div#footer p {
		padding: 2px 0px 3px 0px;
		margin: 0px;
	}
	
	div#footer a {
		color: #FFFFFF;
	}