body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ede6d6;
	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/main_bg.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: 120px;
}
.thumb_block_description p {
	padding-left: 270px;
	color: #000;
	font-size: 14px;
	width: 680px;
	padding-top: 30px;
}
.thumbs {
	float: left;
	border: 0px solid #f00;
	margin-left: 32px;
}
.thumbs img {
	width: 150px;
	height: 200px;
	background-color: #fff;
	margin: 2px;
	border: 1px solid #a96676;
}
.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: top left;
	background-repeat:no-repeat;
	height: 125px;
	border: 0px solid #f00;
}
.footer p {
	text-align: left;
	font-size: 10px;
	color: #000;
	margin-top: 38px;
	margin-left: 30px;
	width: 100%;
	float: left;
}
.footer p a {
	font-size: 18px;
	color: #d83e71;
	text-transform: capitalize;
	font-size: 14px;
}
.footer p a:hover {
	color: #333;
	text-decoration: none;
}

.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;
	width: 970px;
}
.bonus_sites p.t img {
	width: 155px;
	height: 116px;
	background-color: #ccc;
	margin: 3px;
}

p.c1 {
	text-align: center;
	font-size: 12px;
	color: #333;
	margin-left: 6px;
	margin-right: 6px;
	line-height: 14px;
	margin-top: 10px;
}
p.c1 span {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d74373;
	line-height: normal;
}