*{padding:0; margin:0;}
body{
    color: grey;
    background: #303030 url(../img/bg.gif) repeat center top;
    text-align:center;
    font-family: Century Gothic, Century, Tahoma, Verdana;
    font-size:16px;
}

a {color: #ff9600; text-decoration:none;}
li a:hover{margin-top:2px;}

#wrap{
    width: 860px;
    margin: 0 auto;
    background: transparent url(../img/logo.jpg) no-repeat left 6px;
    padding-top: 260px;
    position:relative;
}

ul{
    list-style:none;
    height:1%;
    width: 860px;
}

ul:after{content: '';display: block;clear: both;}

li{
    display:block;
    width:256px;
    height: 232px;
    float:left;
    margin-right: 45px;
    padding-top: 10px;
    background: transparent url(../img/thumb_bg.jpg) no-repeat center top;
}

.third{margin-right:0;}

li img{border:none;margin-bottom: 16px;}

#footer{
    width: 860px;
    background: transparent url(../img/footer_bg.gif) no-repeat center top;
    padding: 40px 0;
}
#micro{
    display:block;
    width: 122px;
    height:54px;
    position:absolute;
    right:0;
    bottom: 58px;
    }
