
* { margin: 0; padding: 0; }

body {
	font-family: "Tahoma","Helvetica","Arial",sans-serif;
	color: #000;
	font-size: 11px;
	background-color: #a96;
	}

a, a:visited {
	color: #000;
	text-decoration: none;
	}

.main {
	position: relative;
	width: 680px;
	left: 50%;
	margin-left: -340px;
	}

.header {
	position: relative;
	float: left;
	text-align: center;
	width: 530px;
	padding: 10px;
	}

.column1 {
	position: relative;
	float: left;
	width: 550px;
	}

.column2 {
	position: relative;
	float: right;
	width: 120px;
	text-align: center;
	}

.cell {
	float: left;
	width: 100px;
	height: 106px;
	padding: 5px;
	text-align: center;
	}

.thumbnail {
	height: 60px;
	width: 100px;
	border: 1px solid #000;
	margin-bottom: 6px;
	}

a:hover, .thumbnail:hover { color: #fff; border-color: #fff; }

.amazon-img {
	width: 80px;
	margin: 10px 0;
	border: 3px solid #541;
	opacity:0.5;
	filter:alpha(opacity=50);
	}

.amazon-img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	}

.clickbank-img {
	width: 100px;
	height: 106px;
	margin-top: -5px;
	}

.clickbank-img:hover {
	background-color: #ba7;
	background-color: rgba(255,255,255,0.1);
	}

