﻿body {
    margin: 0px;
    padding: 0px;
    background: url("/yenileniyoruz.png") top center;
    background-color: white;
    background-repeat: no-repeat;
}

.container {
    width:675px;
    height:735px;
    margin:0 auto;
}

.txt {
    float:right;
    margin-top:720px;
    font-family:Tahoma;
    font-size:11px;
    color:#08070c;
}

    .txt a {
        color: #08070c;
        text-decoration:none;
    }

        .txt a:hover {
            color: #08070c;
            text-decoration: underline;
        }