La tecnologia que usan se llama CSS y HTML, los estilos estan en
http://seriesid.com/estilon.css la imagen de fondo que usan es esta:
http://seriesid.com/imagenes/item.gif
Logico, tu sustituyes tu texto, tu imagen tu link etc..
Código:
CSS
.galleryitem
{
background-color: transparent;
background-image: url(imagenes/item.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
width: 188px;
height: 303px;
float: left;
margin-left: 10px;
}
.galleryitem h1
{
height: 32px;
font-size: 11px;
font-family: Verdana;
line-height: 12px;
font-weight: normal;
color: #ffffff;
text-align: center;
margin-top: 8px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
text-shadow: #151515;
}
HTML
<div class="galleryitem">
<h1>Glee<br />
1ra Temporada</h1>
<a href="[URL="http://ba-k.com/view-source:http://seriesid.com/glee1"]glee1[/URL]" ><img class="imgl" src="[URL="http://ba-k.com/view-source:http://seriesid.com/series/glee1.jpg"]series/glee1.jpg[/URL]"/></a><a href="[URL="http://ba-k.com/view-source:http://seriesid.com/#"]#[/URL]"></a> </div>