.infou {
    width: 200px;
    float:left;
    position: relative;

}



.infou span {
    background-color: silver;
    background-color: hsla(0, 0%, 0%, 0.85);
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1em;
    text-align: center;

}

.infou img {
    display: block;

}


.infou {
    width: 200px;
    float:left;
    position: relative;

}

body {
	background-color: #000000;
	background-image: url(back1.png);

	background-repeat: repeat;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	margin:0;
	color: #808080;
}


a:link    { text-decoration: none; color:6495CC; }
a:visited { text-decoration: none; color:6495CC; }
a:active  { text-decoration: none; color:6495CC; }
A:hover   { text-decoration: none; color:FFFFFF; }