body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6f9e5;
	background-image: url(images/body_bg.jpg);
	color: #fff;
	text-align: center;
}
img {
	border: 0px;
}
a {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
p, ul, li, h2 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}
.main_table {
	width: 100%;
	float: left;
	border: 0px solid #f00;
	background-image: url(images/bg1.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.main_table td {
	border: 0px solid #f00;
}
.thumb_block {
	width: 1000px;
	float: left;
	background-image: url(images/thumb_block_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	border: 0px solid #f00;
}
.thumb_block_top {
	width: 1000px;
	float: left;
	background-image: url(images/thumb_block_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.thumb_block_bottom {
	width: 1000px;
	float: left;
	background-image: url(images/thumb_block_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 16px;
}
.thumb_block_description {
	width: 100%;
	float: left;
	border: 0px solid #f00;
	height: 113px;
}
.thumb_block_description p {
	padding-left: 250px;
	color: #000;
	font-size: 14px;
	width: 680px;
	padding-top: 30px;
}
.thumbs {
	float: left;
	border: 0px solid #f00;
	margin-left: 47px;
}
.thumbs img {
	width: 177px;
	height: 217px;
	background-color: #fff;
	margin: 1px;
	border: 1px solid #b0bf63;
}
.button_block {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.button_block p {
	text-align: center;
}
.footer {
	width: 100%;
	float: left;
	background-image: url(images/footer.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	height: 181px;
	border: 0px solid #f00;
}
.footer p {
	text-align: center;
	font-size: 10px;
	color: #000;
	margin-top: 110px;
}
.footer p a {
	font-size: 18px;
	color: #0195db;
}

.bonus_sites {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.bonus_sites p.r {
	width: 100%;
	float: left;
	text-align: center;
}
.bonus_sites p.t {
	margin-left: 16px;
}
.bonus_sites p.t img {
	width: 155px;
	height: 116px;
	background-color: #ccc;
	margin: 3px;
}