body {background-color: transparent;
color: white;
}

img {
position:relative;
float: right;
width:200px;
height:200px;

filter:alpha(opacity= 30);
  opacity: 0.3;
  -moz-opacity:0.3;

}

