/* main */
html, body {height: 100%; }
body{
    background: #ecece7 url(../kepek/design/bg_door_page.jpg) repeat-x bottom center;
    color: #ffffff;
    font-size: 14px;
    font-family: arial;
    margin: 0;
    padding: 0;    
}

#wrapper{    
	width: 100%;    
    min-height: 100%;
    height: auto !important;
    height: 100%;
   
}

div#door{
    width: 490px;
    height: 250px;
    margin: 200px 0 0 0;   
    padding: 0;
    background: transparent url(../kepek/design/door_page.jpg) no-repeat 0 0;    
    position: absolute;
    left: 50%;
    top: 50%;    
    margin-left: -290px; /* half of width */
    margin-top: -125px;  /* half of height */
    margin-bottom: -125px;  /* half of height */ 
}
#door #door_inner{
    width: 490px;
    height: 250px;
    position: relative;
}
/* borhotel linkek */
#door_inner a.borhotel_hun{
    position: absolute;
    /* border: 1px solid red; */
    width: 50px;
    height: 16px;
    top: 195px;
    left: 280px;
}

#door_inner a.borhotel_eng{
    position: absolute;
    /* border: 1px solid red; */
    width: 46px;
    height: 16px;
    top: 195px;
    left: 340px;
}
#door_inner a.borhotel_ger{
    position: absolute;
    /* border: 1px solid red; */
    width: 46px;
    height: 16px;
    top: 195px;
    left: 396px;
}
#door_inner a.bazaltbor_hun{
    position: absolute;
    /*border: 1px solid red;*/
    width: 50px;
    height: 16px;
    top: 195px;
    left: 32px;
}
