	html {
		height: 100%;	
	}	
	
	body {
		height: 100%;
		background: #000000 url(http://www.fleshandbloodmovie.com/images/background.jpg) repeat-y center top !important;
		margin: 0px;
		color: #2f2e2e;
	}	
	
	.centered {
		text-align: center;	
	}
	
	td {
		vertical-align: top;	
	}
	
	.box-table-cell {
		padding: 5px;
		border: solid 1px #ccc6bb;	
	}
	
	td p {
		margin-top: 0px;	
	}
	
	.box-title {
		font-size: 18px;
		font-weight: bold;	
		text-transform: uppercase;		
	}
	
	img {
		border: 0px !important;	
	}
	
	a img {
		margin-right: 10px;	
	}
	
	a {
		color: #550f10;
	}
	
	a:hover {
		color: #2f2e2e;
	}
	
	.toplinks {
		text-align: left;	
	}
	
	.main-cell {

		font-size: 14px;
	}
	
	.page-title {
		font-size: 18px;
		font-weight: bold;	
		text-transform: uppercase;
	}
	
	p {
		margin-bottom: 10px;	
	}
	
@media print {
	
	.noprint {
		display: none;
	}
	.noscreen {
		display: block;
	}
	td.receipt {
		font-size: 150%;
	}
	
	td.receipt_r {
		font-size: 150%;
	}
	
	th.receipt {
		font-size: 150%;
	}
	
	.box-title {
		font-family: "Courier New", Courier, monospace;
		font-weight: bold;
		font-size: 120%;
		color: #000000;
	}
	
	.page-title{
		font-family: "Courier New", Courier, monospace;
		color: #000000;
		font-weight: bold;
	}
	
}

@media screen {
	
	.noscreen {
		display: none;
	}
	
}
