html, body {
	margin: 0;
	padding: 0;
	background: url('sales/sales_back.jpg') top left repeat-x #3C0000;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}

#header_image {
	width: 800px;
	height: 196px;
	margin: 0 auto;
	background: url('sales/sales_header.jpg') top left no-repeat transparent;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: url('sales/sales_loop.png') top left repeat-y;
}

#content {
	padding: 0 65px 10px;
	text-align: justify;
}

#footer {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding-top: 20px;
	background: url('sales/sales_footer.png') top left no-repeat transparent;
	text-align: center;
	font-size: 10px;
}

a, a:hover, a:visited {
	color: blue;
	text-decoration: none;
}

.nicebox {
	border: 2px solid #C00;
	background: url('sales/nicebox_back.jpg') bottom left repeat-x;
	width: 400px;
	margin: 15px auto;
	padding: 15px 15px 0 15px;
}

p.center {
	text-align: center;
}

input.image {
	margin: 10px auto 0;
}

form table {
	margin: auto;
}

form table td {
	padding: 3px;
}

.nicebox p {
	margin-top: 0;
}