@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: 85px;
        left: -4px;
    width:115px;
    height:80px;
     background-size: 70% 70%;
    background-image: url(../images/img_1.png);
    background-repeat: no-repeat;
}
#img_2
{
    position: relative;
    top:93px;
        left: -4px;
    width:126px;
    height:121px;
     background-size: 70% 70%;
    background-image: url(../images/img_2.png);
    background-repeat: no-repeat;
}
#img_3
{
    position: relative;
        top: 88px;
    left: -4px;
    width:89px;
    height:61px;
     background-size: 80% 80%;
    background-image: url(../images/img_3.png);
    background-repeat: no-repeat;
}
#img_4
{
    position: relative;
    top: 124px;
    left: -4px;
    width:126px;
    height:73px;
    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: 22px;
     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;
    font-family: 'gothic';
}
#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;
}