body{
    background: #EEE;
    margin: 0px;
    font-family: Arial;
    font-size: 13px;
}
.sayfa{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #A2CAD2;
}
.yukleniyor{
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    max-height: 800px;
    max-width: 1280px;
    min-height: 620px;
    background: url(../img/arkaplan.png);
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
}
.loadinglogo{
    position: relative;
    margin: 0px auto;
    top: 310px;
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari */
    transform: rotate(2deg);
    width: 300px;
    height: 100px;
}
.loadinglogo img{
    width: 280px;
}
.baglantidurumu{
    position: relative;
    margin: 0px auto;
    width: 240px;
    height: 25px;
    background: #FAFFFF;
    text-align: center;
    padding-top: 8px;
    border-radius: 6px;
    top: 320px;
    font-weight: bold;
}