body{
background-image: url('');
	background-repeat: no-repeat;
	background-color: #transparent;}

.img1 {
margin:1px;
padding:3px;
background-color:#303030;
-moz-border-radius:  2px; 
-webkit-border-radius: 2px; 
border-radius: 2px;
border:#000000 solid 1px;
filter:alpha(opacity=70);
	-moz-opacity:0.7; }

.img1:hover {
filter:alpha(opacity=100);
	-moz-opacity:0.9; 
border:#839D42 solid 1px;}

