.infou {
    width: 510px;
    position: relative;
    margin-left: auto;
    margin-right: auto 

}



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

}

.infou img {
    display: block;

}

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

	background-repeat: repeat;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	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; }
