
body {
	padding: 0px;
	margin: 0px 0px 0px 0px; 
	background: url('felt.jpg') repeat 0px 0px;
	color: #000000;	
	font-family:  verdana, arial;
	font-size: 14px;
	text-align: center;

}


a {
	text-decoration: none;
	color: #261289;
	font-weight: bold;
}

a:hover {
	color: #261289;
	font-weight:bold;
	text-decoration: underline;
	background-color: inherit;	
}	


p {
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
}

h1 {
	color: #000000;
	font-size: 20px;
	margin-top: 0px;
	margin-left: 20px;
}

h2 {
	color: #000000;
	font-size: 17px;
}

span {
	display: none;
}

table{
	font-size: 14px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

th {
	background-color: #5C7AC1;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

tr.blue{
	background-color: #DBE2F2;
}	

td.logo{
	width: 120px;
}

td.bonus{
	width: 96px;
}

td.description{
	width: 230px;
}

td.bonuscode{
	width: 100px;
}

td.rating{
	width: 80px;
}

td.usa{
	width: 84px;
}


#container {
	margin: 0px auto;
	position: relative; /* ensures everything is positioned relative to this element and not the browser window */
	padding: 0px;
	width: 1050px;
	height:1000px;
	background-color: #ffffff;
	text-align: center;
	margin-top: 0px;
}

#center {
	position:absolute;
	left: 140px;
	top: 50px;
	margin: 0px auto;
	width: 770px;
	height: 850px;
	background-color: #ffffff;
	text-align: center;
}

#titleblock{
	position:absolute;
	left: 140px;
	top: 0px;
	background-color: #D8E9FE;
	margin: 0px auto;
	height: 50px;
	width: 770px;
	padding: 0px;
	text-align: left;
}	

#leftblock {
	float: left;
	width: 140px;
	height: 1000px;
	color: #000000;
	font-weight: bold;
	background-color: #DBE2F2;
	text-align: center;
}

#rightblock {
	float: right;
	width: 140px;
	height: 1000px;
	color: #000000;
	font-weight: bold;
	background-color: #DBE2F2;
	text-align: center;
}

#footer {
	color: #000000;	
	margin: 0px auto;
	position:absolute;
	left: 140px;
	top: 900px;
	width: 770px;
	height: 100px;
	text-align: center;
	text-transform: lowercase;
	background-color: #D8E9FE;
	
}	



	 

