html, body { height:100%; margin:0; overflow:hidden;}


@font-face {
    font-family: "Arimo";
    font-style: normal;
    src: url("Arimo-Regular.ttf");
}
div#top {
    background:url(top_html.png);
    position: relative;
    width: 100%;
}
div#flash_container{
    position: relative;
    background-color: #222222;
    border:0;
}
div#error {
    position: absolute;
    width: 1000px;
    height: 722px;
    background-image: url('run_flash_bg.jpg');
}
img#bot {
    border:0;
    padding:0;
}
.button_1 {
    width: 125px;
    height: 50px;
    background: url('button_html.png') no-repeat transparent;
    border: none;

    position: relative;
    margin-top: 2px;
    margin-left: 470px;
    margin-right: 100px;


    font-family: "Arimo";
    color: #D0D36D;
    font-size: medium;
    font-weight: bold;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_2 {
    width: 125px;
    height: 50px;
    background: url('button_html.png') no-repeat transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    user-focus: none;

    position: relative;
    margin-top: 2px;

    font-family: "Arimo";
    color: #D0D36D;
    font-size: medium;
    font-weight: bold;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_3 {
    width: 217px;
    height: 63px;
    background: url('run_flash_btn.png') no-repeat transparent;
    border: none;
    cursor: pointer;
    display: inline-block;

    position: absolute;
    border: none;
    top: 333px;
    left: 392px;

    font-family: "Arimo";
    color: #D0D36D;
    font-size: large;
    font-weight: bold;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_4 {
    width: 217px;
    height: 63px;
    background: url('run_flash_btn.png') no-repeat transparent;
    border: none;
    cursor: pointer;
    display: inline-block;

    position: absolute;
    border: none;
    top: 414px;
    left: 392px;

    font-family: "Arimo";
    color: #D0D36D;
    font-size: large;
    font-weight: bold;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_1:hover {
    background-image: url('button_html_h.png');
}
.button_2:hover {
    background-image: url('button_html_h.png');
}
.button_3:hover {
    background-image: url('run_flash_btn_h.png');
}
.button_4:hover {
    background-image: url('run_flash_btn_h.png');
}
.button_1:focus {
    outline: none !important;
    box-shadow:none
}
.button_2:focus {
    outline: none !important;
    box-shadow:none
}
.button_3:focus {
    outline: none !important;
    box-shadow:none
}
.button_4:focus {
    outline: none !important;
    box-shadow:none
}


.text_1 {
    position: absolute;
    font-family: "Arimo";
    color:black;
    left: 45px;
    top: -3px;
    font-size:small;
    font-weight:bold;
}

.bot_error {
    border:0;
    padding:0;
    position: absolute;
    top: 753px;
}


