body{
    padding: 0;
    margin: 0;
    text-align: center;
    background-attachment: fixed;
    background-color: #fbfbfb;
    background-image: url(http://alco.renoir.am/bg.jpg);
    background-size: 4px;
}
.regroup{
    position: relative;
    text-align: center;
    float: left;
    display: block;
    margin: 9px;
    background-color: #fff;
    
    overflow: hidden;
    height: 570px;
    width: 300px;
}
.regroup:hover{
    background-color: #f1f1f1;
    box-shadow: 0 0 45px #fbfbfb inset;
    color: black;
}
.regroup tr td{
    padding:5px;
    margin:0;
    width:0;
    font-size: 14px;
}
*{
    font-family: 'Inconsolata', monospace;
    color:#b7860b;
}
a{
    color: inherit;
    text-decoration: inherit;
}
h1{
    color: #fb1e33;
    font-size: 20px;
    letter-spacing: 3px;
    padding:0;
}
h2{
    font-size: 12px;
    line-height: 26px;
    color:#a9a9a9;
    letter-spacing: 1px;
}
h3{
    color:#fff;
    letter-spacing: 4px;
}
img{
    max-width: 300px;
    max-height: 300px;
}
.holdon{
display:inline-block;
width:954px;
margin:auto;
position:relative;
}
.inf {
    font-size: 12px;
    color: #606060;
    padding: 0 26px;
    letter-spacing: 1px;
    line-height: 18px;
}