
/*@font-face {
  font-family: 'gothic';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
}*/

body {
    overflow: hidden;
    font-family: 'gothic';
    margin: 0px;
    font-size: 16px;
}

 #main_cont {
   /* height: 600px;*/
    height: 113px;
    width: 800px;
    background-color: #585858;
    border: 1px solid;
    position: relative;
}

#container {
    position: relative;
    width: 99%;
    background-color: #666666;
    height: 101px;
    top: 4px;
    border: 1px solid #909090;
/*
    background-size: 100% 100%;
        background-image: url(../images/bg_img.png);
*/
}


/*.txt
{
    
    position: absolute;
    margin: 6px 0px 0px 20px;
    width: 150px;
    font-size: small;
    font-weight: bold;
    font-family: sans-serif;
}*/
.content
{
    position: absolute;
       width: 700px;
    height: 88px;
    background-color: #2b482c;
     border: 1px solid #909090;
    margin:5px;    
}

.btn
{
    position: absolute;
    top: 8px;
    width: 68px;
    height: 79px;
    background-image: url(../images/btn_line.png);
    background-repeat: repeat-x;
    border: 1px solid #909090;
    left: 714px;
    cursor: default;
}
.btn:hover
{
        
    background-color: black;
    background-image: none;
}
.btn1
{
        position: absolute;
    top: 8px;
    width: 68px;
    height: 79px;
    background-image: url(../images/btn_line.png);
    background-repeat: repeat-x;
    border: 1px solid #909090;
    left: 714px;
    cursor: default;
    display: none
}


.btn1:hover
{
        
    background-color: black;
    background-image: none;
}

.btn_txt_reset
{
    position: absolute;
    top: 30px;
    left: 11px;
    color: #cccccc;
    font-family: sans-serif;
}
.btn_txt_play
{
    position: absolute;
    top: 30px;
    left: 18px;
    color: #cccccc;
    font-family: sans-serif;
}

/*#con_0 {
    
    top: 0px;
    left: 2px;
    width: 698px;
    height: 78px;
    display: block;
}
#con_1,#con_2,#con_3,#con_4,#con_5,#con_6 {
    
    top: 0px;
    left: 2px;
    width: 698px;
    height: 78px;
    opacity: 0;
}
.con_1
{
    position: absolute;
    color: aliceblue;
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 20px;
    opacity: 0;

}
*/

.Rline
{
    position: absolute;
    top: 35px;
    left: 318px;
    width: 10px;
    height: 4px;
    background-color: crimson;
    z-index:10;
}

#Rline_1{
    top: 41px;
    left: 463px;
    opacity: 0;

}

#Rline_2{
    top: 41px;
    left: 584px;
    opacity: 0;

}



.txtblk
{
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    color: aliceblue;
}

#txt1
{
    position: absolute;
    top: 30px;
    left: 226px;
    display: block;
    
}
#txt2
{
    position: absolute;
    top: 30px;
    left: 220px;
    display: none;
    
}
#txt3_1
{
    position: absolute;
    top: 30px;
    left: 220px;
    display: none;
    
}
#txt3_2
{
    position: absolute;
    top: 30px;
    left: 308px;
    display: none;
    
}
#txt3_3
{
    position: absolute;
    top: 30px;
    left: 326px;
    display: none;
    
}
#txt3_4
{
    position: absolute;
    top: 30px;
    left: 407px;
    display: none;
    
}
#txt3_5
{
    position: absolute;
    top: 30px;
    left: 425px;
    display: none;
    
}

#txt4
{
    position: absolute;
    top: 30px;
    left: 172px;
    display: none;
    
}

#txt5
{
    position: absolute;
    top: 26px;
    left: 330px;
    display: none;
    
}

#txt6
{
    position: absolute;
    top: 30px;
    left: 556px;
    display: none;
    
}

#txt7
{
    position: absolute;
    top: 28px;
    left: 525px;
    display: none;
    
}
#loadInfo {
    position: absolute;
    width: 176px;
    height: 50px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
}
        #main_cont{
                opacity: 0;
        }
















