body {
	background-color: #000000;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.btn {
	background-image: url(img/btn_bg.jpg);
	background-repeat: repeat-x;
	height: 41px;
}
.copy {
	background-image: url(img/copy.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.main {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8A53B;
}
.main table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3D7C8;
	padding-top: 3px;
	padding-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D9C6AC;
	padding-right: 5px;
	padding-left: 10px;
	text-align: left;
}
