body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #577014;
	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;
}
.thumbs, .ad, .bonus_sites {
	width: 100%;
	float: left;
}
.thumbs img {
	width: 140px;
	height: 180px;
	background-color: #ccc;
	margin: 1px;
	padding: 1px;
}
.thumbs A:link IMG    	{        BORDER: #c00 1px solid;}
.thumbs A:visited IMG 	{        BORDER: #c00 1px solid;}
.thumbs A:hover IMG   	{        BORDER: #c00 1px dashed;}
.thumbs A:active IMG	{        BORDER: #c00 1px solid;}

.ad p {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	color: #333;
}
.ad p span {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #c00;
}

.bonus_sites p {
	text-align: center;
}
.bonus_sites img {
	width: 240px;
	height: 180px;
	background-color: #ccc;
	margin: 2px;
}
.bonus_sites A:link IMG    	{        BORDER: #c00 1px solid;}
.bonus_sites A:visited IMG 	{        BORDER: #c00 1px solid;}
.bonus_sites A:hover IMG   	{        BORDER: #c00 1px dashed;}
.bonus_sites A:active IMG	{        BORDER: #c00 1px solid;}
.footer {
	width: 100%;
	float: left;
	background-image: url(images/footer_bg.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	margin-top: 40px;
}
.footer p {
	text-align: center;
	font-size: 10px;
	color: #000;
	padding-bottom: 20px;
}
.footer p a {
	font-size: 12px;
	color: #f12700;
}
