h1{
text-align:center;
color:#fff;
}

body{
 background:url(images/banner-bg.png);
}

#image{
 background:#cccccc;
    margin: 5px;
    padding: 5px;
    border: 2px solid #fff;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}	
 
#image img{
display: inline;
    margin: 5px;
    border: 1px solid #fff;
}

#image a:hover img{
border:1px solid blue;
}

#desc{
  color:#cc0033;
  text-align: center;
  font-weight: bold;
  margin: 5px;
}