/* CSS Document */
body {
    background:#000;
    color:#eee
}

a {
    color:#eee
}

#content {
    width:900px;
    margin:80px auto
}

#footer {
    width:900px;
    margin:0 auto
}

.list span {
    display:block;
    width:300px;
    height:180px;
    position:relative;
}

.list span a {    
    display:block;
    height:180px;
    text-indent: -9000%;
    cursor:pointer;
}

.list span div {
    display:none;
    position:absolute;
    z-index:1000;
    top:20px;
    left:20px;
    background:#fff;
    color:#000
    
}



.anton {
    background-image:url('images/anton_thumb_na.jpg');
}
.anton .act{
    background-image:url('images/anton_thumb.jpg');
}

.danil, .tanya, .yury{
    background: #fff url('images/under_construction_na.jpg') no-repeat 50% 50%;
}
.danil .act, .tanya .act, .yury .act{
    background: #fff url('images/under_construction.jpg') no-repeat 50% 50%;
}

.del {
    background:#777;
}

