html {
    margin: 0px;
    padding: 0px;
    background: url(../pictures/bg.jpg) right top no-repeat fixed #dbdbdb;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #454C51;
}
#site {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 1096px;
    position: relative;
}

#top {
    width: 100%;
    height: 120px;
    background: url(../pictures/top.png) left top no-repeat;
    position: relative;
    overflow: hidden;
}

#menu {
    float: right;
    text-align: right;
    position: relative;
    height: 39px;
    overflow: hidden;
    width: 571px;
    margin-top: 30px;
}

#left {
    float: left;
    position: relative;
    height: 444px;
    overflow: hidden;
    width: 571px;
    background: url(../pictures/left.jpg) left top no-repeat;
}
#left_inner {
    position: relative;
    padding-left: 33px;
}

#right {
    float: right;
    position: relative;
    min-height: 444px;
    width: 524px;
}
#right_inner {
    position: relative;
    padding-left: 40px;
    padding-top: 60px;
}

#scroller_wrapper {
    position: relative;
    height: 174px;
    width: 100%;
    background: url(../pictures/scroller_bg.png) left top repeat;
}
#scroller_wrapper_inner {
    margin: 0px auto;
    width: 1096px;
    padding-top: 12px;
    position: relative;
}

#bottom {
    margin: 0px auto;
    width: 1096px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: left;
}
#bottom_left {
    position: relative;
    float: left;
    text-align: left;
}
#bottom_right {
    position: relative;
    float: right;
    text-align: right;
}

.design_link {
    font-size: 10px;
    font-weight: normal;
    color: #454C51;
    text-decoration: none;
}
.design_link:hover {
    text-decoration: underline;
}

#demotip {
    display:none;
    background: url(../pictures/black_arrow.png) left top no-repeat transparent;
    font-size: 10px;
    height: 90px;
    width: 180px;
    padding: 15px;
    padding-top: 28px;
    color: #ffffff;
    z-index: 1000;
}

.terminal {
    position: relative;
    float: left;
    height: 444px;
    overflow: hidden;
    cursor: pointer;
}
#terminal_01 {
    background: url(../pictures/terminal_01.jpg) left top no-repeat;
    width: 159px;
}
#terminal_02 {
    background: url(../pictures/terminal_02.jpg) left top no-repeat;
    width: 135px;
}
#terminal_03 {
    background: url(../pictures/terminal_03.jpg) left top no-repeat;
    width: 155px;
}

