@charset "utf-8";

.header{ 
    height:250px; background:url(../img/interactive_logo.png) no-repeat left bottom;
    position: relative;
}
.header a {
    position: absolute;
    width: 180px;
    height: 150px;
    top: 90px;
    left: 0px;
    text-indent: -1000em;
}
.content{width:100%;height:290px; margin:0 auto;height:260px; position:relative}
.leftside{width:180px;padding-left:65px;}
.leftside p{margin:15px 0 0 5px;line-height:16px}
.rightside{width:550px;height:400px; overflow:hidden; position:absolute; left:310px; top:-180px}
.rightside ul{height:400px;overflow:hidden;}
.rightside ul li {float:left; width:550px; height:150px;}
.photo{ float:left; border:#ccc 2px solid;margin:0 10px 20px 0;}
.footer{+margin-top:40px}

div#zoom h2               {margin:10px 0 10px;}
div#zoom p                {line-height:1.6;}

.top_transparent,.bottom_transparent{position:absolute; height:60px;width:550px;z-index:10;}
.top_transparent {background:url(../img/top_t.png) repeat-x;left:0;top:0}
.bottom_transparent{background:url(../img/top_b.png) repeat-x;left:0;top:340px}

#zoom{z-index:100}
