@charset "utf-8";
body {
	background-image: url(../images/repeats_02.jpg);
	background-repeat: repeat-x;
	background-color: #848484;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/repeats_17.jpg);
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 438px;
}
#right {
	float: right;
	width: 566px;
}
#bottom {
	background-image: url(../images/index_14.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: top;
	height: 260px;
	margin-top: -5px;
}
#bottom table {
	display: table;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

