@charset "utf-8";
html, body{
        background:url(../img/body_bg.jpg) repeat;
        margin:0;
        padding:0;
        height:100%;
}

#cntr{
        margin:0 auto;
        padding:0;
        border:none;
        text-align:center;
        vertical-align:middle;
        width:922px;
        height:100%;
}

td.imgbox{
        width:922px;
        padding-left:20px;
        margin:0;
}
.container{
        position:relative;
        width:922px;
        height:608px;
        margin:10px 0;
}

a.photo{
        display:block;
        float:left;
        width:152px;
        height:152px;
        -khtml-opacity:.30; -moz-opacity:.30; -ms-filter:"alpha(opacity=30)"; filter:alpha(opacity=30); opacity:.30;
}
a.photo:hover{
        -khtml-opacity:1.00; -moz-opacity:1.00; -ms-filter:"alpha(opacity=100)"; filter:alpha(opacity=100); opacity:1.00;
}
/* linked images */
a.photo img{
        display:block;
        width:142px;
        height:142px;
        margin-right:10px;
        margin-bottom:10px;
        border:none;
}
a.linkword{
        display:block;
        float:left;
        width:152px;
        height:152px;
}
a.linkword img{
        display:block;
        width:142px;
        height:142px;
        margin-right:10px;
        margin-bottom:10px;
        border:none;
}

/* other images */
img.blank{
        display:block;
        float:left;
        width:152px;
        height:152px;
        border:none;
}

a.logo{
        position:absolute;
        display:block;
        top:152px;
        left:305px;
        width:293px !important;
        height:294px !important;
}

img{ behavior: url(/live_tpl/css/pngbehavior.htc);}
