@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;
    width: 800px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
}

#container {
    position: relative;
    width: 100%;
    /*background-color: #666666;*/
    height: 570px;
    top: 30px;
    background-size: 100% 100%;
        background-image: url(../images/bg_img.png);
}


#hr_img
{
    position:absolute;   
    width:46px;
    height: 405px;
        top: 78px;
    left: 639px;
    background-size: 95% 95%;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
}

#img_1
{
    position: relative;
    top: 98px;
    left: 6px;
    width:92px;
    height:67px;
     background-size: 70% 70%;
    background-image: url(../images/img_1.png);
    background-repeat: no-repeat;
}
#img_2
{
    position: relative;
    top: 119px;
    left: 6px;
    width:108px;
    height:109px;
     background-size: 70% 70%;
    background-image: url(../images/img_2.png);
    background-repeat: no-repeat;
}
#img_3
{
    position: relative;
    top: 100px;
    left: -4px;
    width:102px;
    height:84px;
     background-size: 80% 80%;
    background-image: url(../images/img_3.png);
    background-repeat: no-repeat;
}
#img_4
{
    position: relative;
    top: 133px;
    left: 9px;
    width:85px;
    height:77px;
    background-size: 70% 70%;
    background-image: url(../images/img_4.png);
    background-repeat: no-repeat;
}

#start_btn
{
    position: absolute;
    top: 511px;
    left: 340px;
    width: 100px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url(../images/start_btn.png);
    background-repeat: no-repeat;
    border:0px solid;
    text-align: center;
    padding-top: 3px;
    font-size: 14px;
    cursor:default;
}
#start_btn:hover
{
    border:1px solid #009dff;
    top: 510px;
    left: 339px;
}
#start_btn:active
{
    border:1px solid #009dff;
    top: 510px;
    left: 339px;
         background-size: 100% 100%;
    background-image: url(../images/start_btn_hover.png);
    background-repeat: no-repeat;
}
#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;
        }