

body {
	background: #000000 url('http://farm1.static.flickr.com/32/98271180_b6b65170c8_o.jpg') no-repeat fixed center;
	font-size: 13px;
	font-family: courier;
	color: #888888;
	margin: 5;
	padding: 5;
}
div.box {
background-color:#ffffff;
  border:1px solid #222222;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.90;
	max-width: 800 px;
}

div.linkr {
background-color: #111111;
  border:1px solid #555555;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.90;
	max-width: 800 px;
}

div.linkr img {
	width: 220px;
	height: 180px;
	padding: 5px;
	margin: 5px;
	}


img, a {
	border: 0;
}

a:link { 
	color: #777777;
text-decoration: none;
	}
	
a:visited { 
	color: #666666;
text-decoration: none;
	}
	
a:hover { 
	color: #999999;
	text-decoration: none;
	}




