/* * {
    border: 0px solid red;
}*/
body {
    padding: 0px;
    margin: 10px;
    border: 0px;
}
#body {
    margin: 0px auto;
    width: 1050px;
    background-color: #eee;
    border: 1px solid black;
}
#header {
    background-color: #ddd;
    height: 50px;
    clear: both;
    text-align: center;
    font-size: 200%;
}    
#menu {
    height: 100%;
    width: 190px;
    cdlear: both;
    float: left;
    margin: 2px;
    font-size: 80%;
}    
.podmenu {
    float: left;
    width: 90%;
    padding: 0px;
    display: block;
}
.podmenu h2 {
    background-color: #999;
    padding: 2px;
    display: block;
}
.find {
    text-align: center;
}
.text {
    border: 1px solid #aaa;
}
#main {
    display: block;
    width: 850px;
    float: right;
}  
#footer {
    text-align: center;
    background-color: #ccc;
    clear: both;
    height: 100px;
}
/* dffdfdfdfd */
.pages {
    background-color: #aaa;
    clear: both;
    ffloat: right;
}    
.gif {
    width: 160px;
    height: 100px;
    float: left;
    margin: 4px;
    font-size: 80%;
    background-image: url(img/gif.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.gif .gif_nr {
    text-align: center;
    font-size: 80%;
    width: 60px;
    position: absolute;
    z-index:1;
}
.gif form.gif_v {
    text-align: center;
    float: right;
    width: 40px;
    height: 24px;
    padding-top: 11px;
    position: absolute;
    display: block;
    margin-left: 120px;
    background-image: url(img/star.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index:1;
}
.gif form.gif_v:hover {
    background-image: url(img/stargreen.png);
}
.gif form.gif_v input {
    font-size: 80%;
}
.gif .gif_vgray {
    text-align: center;
    font-size: 80%;
    float: right;
    width: 40px;
    height: 24px;
    padding-top: 11px;
    position: absolute;
    display: block;
    margin-left: 120px;
    background-image: url(img/stargray.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index:1;
}
.gif .gif_img {
    position: relative;
    text-align: center;
    display: block;
    padding-top: 10px;
}
.gif input {
    text-align: center;
    border: 0px;
    background-color: transparent;
}