<style type="text/css">
div.img
{
  margin: 2px;
   height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
body
{
	background-image: url(images/background sand.jpg);
	background-repeat: repeat;
	font-family : 'Comic Sans MS', Verdana;
	font-size : 120%;
	font-weight : bolder;
	color : navy;
}


img.trans
{
opacity:0.4;
filter:alpha(opacity=40)
}

</style>
