@charset "utf-8";


html, body {
    height: 100%;
}

#ortala {
   width: 980px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -490px;



}

#ortala p{

    color: #5d5d5d;
    padding-left:35px;
    font-family: arial;
    text-align: center;
    text-shadow: 1px 1px 4px #e1e1e1;
}






