html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
 body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	background-image: url('/images/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	font-family: arial;
	font-size: 13px;
	color: white;
}
a {
	color: #88FF88;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.b {
	font-weight: bold;
}
img {
	border: 0px none;
}
.main, .menu {
	background-color: #002e06;
}
.main {
	padding: 7px;
	padding-bottom: 30px;
	height: 250px;
	text-align: justify;
	line-height: 18px;
}
.menu {
	font-family: verdana;
	font-size: 10px;
}
.menu td {
	text-align: center;
}
.menu a {
	color: #338833;
}
.bonuscode, .bonusvalue {
	width: 100%;
	text-align: center;
}
.bonuscode {
	font-size: 25px;
	padding-top: 27px;
	padding-bottom: 9px;
}
.bonusvalue {
	padding-bottom: 27px;	
}
.bonuscode2 {
	font-weight: bold;
	color: #AAFFAA;
}
.bonuscode3 {
	font-size: 18px;
}
.copyright {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
}
.copyright a {
	color: #338833;
}
.popular {
	font-size: 18px;
	color: #FF4444;
}