html {
   min-height:100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
   min-height: 100%;
	background-image: url(../images/fade_bg.jpg);
	background-position-x: 50%;
	background-position-y: 0%;
   background-repeat: repeat-y;   
   background-attachment: fixed;
   background-position: center; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.report_heading {
   float: left;
	margin: 5px 0px 20px 50px;
   width: 1024px;
   text-align: left;
   font-size: 110%;
}
.report_outer {
   float: left;
	margin: 5px 0px 0px 50px;
	width: 1024px;
}
.report_entry {
   float: left;
   width: 1024px;
   heigth: 80px;
   margin: 0px 0px 1px 0px;
	background-color: #f0f0f0;
}
.report_entry_date {
   float: left;
   width: 150px;
}
.report_entry_count {
   float: left;
   width: 150px;
}
.report_entry_total_inc_vat {
   float: left;
   width: 150px;
}
.report_entry_total_ex_vat {
   float: left;
   width: 150px;
}
.report_entry_total_commission {
   float: left;
   width: 150px;
}
.report_entry_invoice {
   float: left;
   width: 150px;
}


