* {
    margin : 0;
    border : none;
    padding : 0;
}
body {
    background-color : #e6e6e6;
    font-family : "Trebuchet MS", Arial, sans-serif;
    font-size : 10px;
    line-height : 1.0;
    color : #666666;
}
a {
    text-decoration : none;
}
a:focus {
    outline : none;
}
#uber {
    position : absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}
#frame {
    position : relative;
    width : 875px;
    height : 599px;
    left : 50%;
    top : -300px;
    margin-left : -437px;
    background : transparent url(/_/press/background.gif) no-repeat left top;
}
#plate {
    margin : 70px 0 0 84px;
}

#home {
    position : absolute;
    left : 28px;
    bottom : 20px;
    z-index : 1000;
}
#nav {
    position : absolute;
    left : 70px;
    top : 55px;
    width : 800px;
    padding : 0;
}
#nav a {
    float : left;
    margin-right : 5px;
}
#details {
    position : absolute;
    left : 0px;
    top : 535px;
    width : 805px;
    height : 20px;
    padding-right : 70px;
    text-align : right;
}
#details img  {
    float : right;
    margin : 0 0 0 10px;
}

#prev {
    position : absolute;
    left : 70px;
    top : 70px;
    width : 10px;
    height : 443px;
    background : transparent url(/_/press/nav_prev_off.gif) no-repeat left top;
    text-indent : -1000em;
}
#prev:hover {
    background : transparent url(/_/press/nav_prev_on.gif) no-repeat left top;
}
#next {
    position : absolute;
    right : 70px;
    top : 70px;
    width : 10px;
    height : 460px;
    background : transparent url(/_/press/nav_next_off.gif) no-repeat left top;
    text-indent : -1000em;
}
#next:hover {
    background : transparent url(/_/press/nav_next_on.gif) no-repeat left top;
}
