/* CSS Document */

body,td,th {
	color: #8A0000;
}
body {
	background-color: #000000;
}
.column {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	float: left;
	width: 500px;
	font-size: 12px;
}.product_box {
	float: left;
	height: 200px;
	width: 150px;
	border: thin solid #800000;
	margin: 5px;
}
.spacer_5 {
	clear: left;
	width: auto;
}

.main_bg {
	background-attachment: scroll;
	background-image: url(www-images/main_03.gif);
	background-repeat: no-repeat;
}
