﻿body, form {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    font-family: Georgia, Serif;
    font-size: 14px;
    color: #ffffff;
}
body {
    
}

img {border:none;}

table, table tr, table tr td {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

#container {
    width: 100%;
    height: 100%;
}

#container tr td {
    vertical-align: middle;
}

#content {
    width: 939px;
    /*height: 509px;*/
    margin: auto;
}

#content #logotype {
    padding: 0 0 15px 89px;
}

#content #wrapper {}

#structure {}
#structure tr {}
#structure tr td {}
#structure tr .first,
#structure tr .third {
    width: 90px;
    vertical-align: middle;
}
#structure tr .first {}
#structure tr .second {
    width: 759px;
    height: 490px;
    background-image: url(Image/background2.png);
    background-repeat: no-repeat;
    vertical-align: top;
}
#structure tr .third {
    text-align: right;
}

#structure #control {
    height: 100%;
    width: 100%;
}
#structure #control tr {}
#structure #control tr td {}
#structure #control tr .c_first {
    height: 220px; /*HEIGHT*/
    vertical-align: middle;
    text-align: center;
    font-size: 44px;
    padding: 0 25px 0 25px;
}
#structure #control tr .c_second {
    height: 75px; /*HEIGHT*/
}
#structure #control tr .c_third {
    background: Transparent url(Image/slider_circle_big.png) no-repeat scroll center center;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    height: 126px; /*HEIGHT*/
    text-align: center;
    font-size: 40px;
}

#slider {width: 100%;}
#slider tr {}
#slider tr td {
    vertical-align: middle;
    height: 75px; /*HEIGHT same as .c_third*/
}
#slider tr .s_value {
    background: Transparent url(Image/slider_circle_small.png) no-repeat scroll center center;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 77px;
}
#slider tr .s_text {
    font-size: 14px;
}
#slider tr .s_text .left {
    text-align: right;
    padding: 0 0 0 15px;
}
#slider tr .s_text .right {
    padding: 0 15px 0 0;
}
#slider tr .s_slider {
    width: 341px;
}
/*slider handle*/
#slider .RailCSS {
    background: Transparent url(Image/slider_background.png) repeat-x scroll left center;
    height: 25px;
    position: relative;
    width: 341px;
    margin: auto;
}
#slider .HandleCSS {
    height: 25px;
    width: 25px;
}
